HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::IndexedSubGraph::MetaDef Struct Reference

#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::stringinputs
 Inputs of customized SubGraph/FunctionProto. More...
 
std::vector< std::stringoutputs
 Outputs of customized SubGraph/FunctionProto. More...
 
std::vector< std::stringconstant_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
 

Detailed Description

Definition at line 33 of file indexed_sub_graph.h.

Member Data Documentation

NodeAttributes onnxruntime::IndexedSubGraph::MetaDef::attributes

Attributes of customized SubGraph/FunctionProto.

Definition at line 43 of file indexed_sub_graph.h.

std::vector<std::string> onnxruntime::IndexedSubGraph::MetaDef::constant_initializers

Constant initializers of customized SubGraph/FunctionProto.

Definition at line 42 of file indexed_sub_graph.h.

std::string onnxruntime::IndexedSubGraph::MetaDef::doc_string

Doc string of customized SubGraph/FunctionProto.

Definition at line 45 of file indexed_sub_graph.h.

std::string onnxruntime::IndexedSubGraph::MetaDef::domain

Domain of customized SubGraph/FunctionProto.

Definition at line 35 of file indexed_sub_graph.h.

std::vector<std::string> onnxruntime::IndexedSubGraph::MetaDef::inputs

Inputs of customized SubGraph/FunctionProto.

Definition at line 40 of file indexed_sub_graph.h.

std::string onnxruntime::IndexedSubGraph::MetaDef::name

Name of customized SubGraph/FunctionProto.

Definition at line 34 of file indexed_sub_graph.h.

std::vector<std::string> onnxruntime::IndexedSubGraph::MetaDef::outputs

Outputs of customized SubGraph/FunctionProto.

Definition at line 41 of file indexed_sub_graph.h.

int onnxruntime::IndexedSubGraph::MetaDef::since_version

Since version of customized SubGraph/FunctionProto.

Definition at line 36 of file indexed_sub_graph.h.

ONNX_NAMESPACE::OperatorStatus onnxruntime::IndexedSubGraph::MetaDef::status

Status of customized SubGraph/FunctionProto.

Definition at line 38 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 48 of file indexed_sub_graph.h.


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