11 #include "core/graph/onnx_protobuf.h"
13 namespace onnxruntime {
32 ONNX_NAMESPACE::OperatorStatus
status;
40 #if !defined(ORT_MINIMAL_BUILD)
47 std::vector<onnxruntime::NodeIndex>
nodes;
64 meta_def_ = std::move(meta_def);
70 return meta_def_.get();
75 std::unique_ptr<MetaDef> meta_def_;
GLsizei const GLchar *const * string
std::vector< onnxruntime::NodeIndex > nodes
std::unordered_map< std::string, ONNX_NAMESPACE::AttributeProto > NodeAttributes
SourceOfSchema schema_source
const MetaDef * GetMetaDef() const
void SetMetaDef(std::unique_ptr< MetaDef > &&meta_def)