ONE - On-device Neural Engine
|
GraphBuilder for Constant node. More...
#include <Constant.h>
Public Member Functions | |
bool | validate (OpsetVersion, const ::onnx::NodeProto &) const |
void | build (OpsetVersion, const ::onnx::NodeProto &, GraphBuilderContext *) const |
![]() | |
virtual | ~GraphBuilder () |
Additional Inherited Members | |
![]() | |
using | OpsetVersion = int64_t |
GraphBuilder for Constant node.
Definition at line 51 of file Constant.h.
|
virtual |
Implements moco::onnx::GraphBuilder.
Definition at line 36 of file Constant.cpp.
References moco::onnx::Constant_V1::build(), and moco::onnx::Constant_V9::build().
|
virtual |
Reimplemented from moco::onnx::GraphBuilder.
Definition at line 26 of file Constant.cpp.
References moco::onnx::Constant_V1::validate(), and moco::onnx::Constant_V9::validate().