ONE - On-device Neural Engine
|
GraphBuilder for Identity(since version 1) node. More...
#include <Identity.h>
Public Member Functions | |
bool | validate (const ::onnx::NodeProto &) const |
void | build (const ::onnx::NodeProto &, GraphBuilderContext *) const |
GraphBuilder for Identity(since version 1) node.
Definition at line 29 of file Identity.h.
void moco::onnx::Identity_V1::build | ( | const ::onnx::NodeProto & | node, |
GraphBuilderContext * | context | ||
) | const |
Definition at line 28 of file Identity_V1.cpp.
References moco::onnx::SymbolTable::enroll(), moco::onnx::GraphBuilderContext::graph(), moco::onnx::GraphBuilderContext::input_names(), moco::onnx::SymbolTable::list(), and moco::onnx::GraphBuilderContext::nodes().
Referenced by moco::onnx::IdentityGraphBuilder::build().
bool moco::onnx::Identity_V1::validate | ( | const ::onnx::NodeProto & | ) | const |
Definition at line 26 of file Identity_V1.cpp.
Referenced by moco::onnx::IdentityGraphBuilder::validate().