TVM  0.9.4
tvm::graph::abstract::SelectorMembers< add > Struct Template Reference

#include <tvm/graph/abstract/OutputSelector.h>

Inheritance diagram for tvm::graph::abstract::SelectorMembers< add >:

Public Attributes

std::vector< bool > dynamicallyEnabled_
 
bool locked_ = false
 

Detailed Description

template<bool add = true>
struct tvm::graph::abstract::SelectorMembers< add >

A structure holding the members used in OutputSelector if add = true, and nothing otherwise.

Member Data Documentation

◆ dynamicallyEnabled_

template<bool add = true>
std::vector<bool> tvm::graph::abstract::SelectorMembers< add >::dynamicallyEnabled_

Used to store and test whether an output is dynamically enabled or not.

◆ locked_

template<bool add = true>
bool tvm::graph::abstract::SelectorMembers< add >::locked_ = false

track if the enabling/disabling of outputs is locked or not


The documentation for this struct was generated from the following file: