TVM  0.9.4
OutputSelector.h File Reference
#include <stdexcept>
#include <vector>
#include <tvm/graph/abstract/Outputs.h>
Include dependency graph for OutputSelector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tvm::graph::abstract::SelectorMembers< add >
 
struct  tvm::graph::abstract::SelectorMembers< false >
 
class  tvm::graph::abstract::OutputSelector< OutputProvider, Base >
 

Namespaces

 tvm
 
 tvm::graph
 
 tvm::graph::abstract
 

Functions

template<typename T , typename Base >
std::true_type tvm::graph::abstract::is_output_selector_impl (OutputSelector< T, Base > const volatile &)
 
std::false_type tvm::graph::abstract::is_output_selector_impl (...)
 
template<typename T >
constexpr bool tvm::graph::abstract::is_output_selector ()