|
HDK
|
#include <indexed_sub_graph.h>
Public Attributes | |
| std::string | name |
| Name of customized SubGraph/FunctionProto. More... | |
| std::string | domain |
| Domain of customized SubGraph/FunctionProto. More... | |
| int | since_version |
| Since version of customized SubGraph/FunctionProto. More... | |
| ONNX_NAMESPACE::OperatorStatus | status |
| Status of customized SubGraph/FunctionProto. More... | |
| std::vector< std::string > | inputs |
| Inputs of customized SubGraph/FunctionProto. More... | |
| std::vector< std::string > | outputs |
| Outputs of customized SubGraph/FunctionProto. More... | |
| std::vector< std::string > | constant_initializers |
| Constant initializers of customized SubGraph/FunctionProto. More... | |
| NodeAttributes | attributes |
| Attributes of customized SubGraph/FunctionProto. More... | |
| std::string | doc_string |
| Doc string of customized SubGraph/FunctionProto. More... | |
| std::function< void(ONNX_NAMESPACE::InferenceContext &)> | type_and_shape_inference_function |
Definition at line 27 of file indexed_sub_graph.h.
| NodeAttributes onnxruntime::IndexedSubGraph::MetaDef::attributes |
Attributes of customized SubGraph/FunctionProto.
Definition at line 37 of file indexed_sub_graph.h.
| std::vector<std::string> onnxruntime::IndexedSubGraph::MetaDef::constant_initializers |
Constant initializers of customized SubGraph/FunctionProto.
Definition at line 36 of file indexed_sub_graph.h.
| std::string onnxruntime::IndexedSubGraph::MetaDef::doc_string |
Doc string of customized SubGraph/FunctionProto.
Definition at line 39 of file indexed_sub_graph.h.
| std::string onnxruntime::IndexedSubGraph::MetaDef::domain |
Domain of customized SubGraph/FunctionProto.
Definition at line 29 of file indexed_sub_graph.h.
| std::vector<std::string> onnxruntime::IndexedSubGraph::MetaDef::inputs |
Inputs of customized SubGraph/FunctionProto.
Definition at line 34 of file indexed_sub_graph.h.
| std::string onnxruntime::IndexedSubGraph::MetaDef::name |
Name of customized SubGraph/FunctionProto.
Definition at line 28 of file indexed_sub_graph.h.
| std::vector<std::string> onnxruntime::IndexedSubGraph::MetaDef::outputs |
Outputs of customized SubGraph/FunctionProto.
Definition at line 35 of file indexed_sub_graph.h.
| int onnxruntime::IndexedSubGraph::MetaDef::since_version |
Since version of customized SubGraph/FunctionProto.
Definition at line 30 of file indexed_sub_graph.h.
| ONNX_NAMESPACE::OperatorStatus onnxruntime::IndexedSubGraph::MetaDef::status |
Status of customized SubGraph/FunctionProto.
Definition at line 32 of file indexed_sub_graph.h.
| std::function<void(ONNX_NAMESPACE::InferenceContext&)> onnxruntime::IndexedSubGraph::MetaDef::type_and_shape_inference_function |
Type and shape inference function that can optionally be defined for the fused node
Definition at line 42 of file indexed_sub_graph.h.