HDK
|
#include <graph.h>
Public Member Functions | |
Definitions ()=default | |
ORT_DISALLOW_COPY_ASSIGNMENT_AND_MOVE (Definitions) | |
Public Attributes | |
std::vector< NodeArg * > | input_defs |
std::vector< int > | input_arg_count |
std::vector< NodeArg * > | output_defs |
std::vector< NodeArg * > | implicit_input_defs |
|
default |
onnxruntime::Node::Definitions::ORT_DISALLOW_COPY_ASSIGNMENT_AND_MOVE | ( | Definitions | ) |
std::vector<NodeArg*> onnxruntime::Node::Definitions::implicit_input_defs |
The Node's implicit input definitions if the Node contains one or more subgraphs (i.e. GraphProto attributes) and the subgraph/s implicitly consume these values.
std::vector<int> onnxruntime::Node::Definitions::input_arg_count |
The number of inputs for each argument of the operator or function which this node refers.
std::vector<NodeArg*> onnxruntime::Node::Definitions::input_defs |
std::vector<NodeArg*> onnxruntime::Node::Definitions::output_defs |