HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::ProtoHelperNodeContext Class Reference

#include <op_node_proto_helper.h>

Public Member Functions

 ProtoHelperNodeContext (const onnxruntime::Node &node)
 
 ProtoHelperNodeContext ()=delete
 
const
ONNX_NAMESPACE::AttributeProto * 
getAttribute (const std::string &name) const
 
size_t getNumInputs () const
 
const ONNX_NAMESPACE::TypeProto * getInputType (size_t index) const
 
size_t getNumOutputs () const
 
const ONNX_NAMESPACE::TypeProto * getOutputType (size_t index) const
 

Detailed Description

Definition at line 152 of file op_node_proto_helper.h.

Constructor & Destructor Documentation

onnxruntime::ProtoHelperNodeContext::ProtoHelperNodeContext ( const onnxruntime::Node node)
inlineexplicit

Definition at line 154 of file op_node_proto_helper.h.

onnxruntime::ProtoHelperNodeContext::ProtoHelperNodeContext ( )
delete

Member Function Documentation

const ONNX_NAMESPACE::AttributeProto* onnxruntime::ProtoHelperNodeContext::getAttribute ( const std::string name) const
const ONNX_NAMESPACE::TypeProto* onnxruntime::ProtoHelperNodeContext::getInputType ( size_t  index) const
size_t onnxruntime::ProtoHelperNodeContext::getNumInputs ( ) const
size_t onnxruntime::ProtoHelperNodeContext::getNumOutputs ( ) const
const ONNX_NAMESPACE::TypeProto* onnxruntime::ProtoHelperNodeContext::getOutputType ( size_t  index) const

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