|
ONE - On-device Neural Engine
|
CircleNode used for Input of the Graph. More...
#include <CircleInput.h>

Public Member Functions | |
| void | index (const loco::GraphInputIndex &index) |
| loco::GraphInputIndex | index (void) const |
| bool | indexed (void) const |
Public Member Functions inherited from luci::FixedArityNode< 0, CircleNodeImpl< CircleOpcode::CIRCLEINPUT > > | |
| FixedArityNode () | |
| virtual | ~FixedArityNode ()=default |
| uint32_t | arity (void) const final |
| loco::Node * | arg (uint32_t n) const final |
| void | drop (void) final |
Public Member Functions inherited from luci::CircleNodeImpl< CircleOpcode::CIRCLEINPUT > | |
| virtual | ~CircleNodeImpl ()=default |
| uint32_t | opnum (void) const final |
| CircleOpcode | opcode (void) const final |
Public Member Functions inherited from luci::CircleNode | |
| virtual | ~CircleNode ()=default |
| const loco::Dialect * | dialect (void) const final |
| Return "Dialect" identifier that this node belongs to. | |
| template<typename T > | |
| T | accept (CircleNodeVisitorBase< T > *) const |
| template<typename T > | |
| T | accept (CircleNodeMutableVisitorBase< T > *) |
| NodeName | name (void) const |
| void | name (const NodeName &name) |
| CircleQuantParam * | quantparam (void) const |
| void | quantparam (std::unique_ptr< CircleQuantParam > &&quantparam) |
| CircleMXQuantParam * | mx_quantparam (void) const |
| void | mx_quantparam (std::unique_ptr< CircleMXQuantParam > &&mx_quantparam) |
| SparsityParam * | sparsityparam (void) const |
| void | sparsityparam (std::unique_ptr< SparsityParam > &&sparsityparam) |
| ShapeStatus | shape_status (void) const |
| void | shape_status (ShapeStatus ss) |
| int32_t | op_version (void) const |
| void | op_version (int32_t op_version) |
Public Member Functions inherited from loco::Node | |
| Node ()=default | |
| Node (const Node &)=delete | |
| Node (Node &&)=delete | |
| virtual | ~Node () |
| Graph * | graph (void) |
| const Graph * | graph (void) const |
Public Member Functions inherited from loco::AnnotatedItem< NodeAnnotation > | |
| AnnotatedItem ()=default | |
| virtual | ~AnnotatedItem ()=default |
| const T * | annot (void) const |
| Retrieve a stored annotation of type T. | |
| void | annot (std::unique_ptr< T > &&p) |
| Attach or remove a new annotation of type T. | |
Additional Inherited Members | |
Protected Member Functions inherited from luci::FixedArityNode< 0, CircleNodeImpl< CircleOpcode::CIRCLEINPUT > > | |
| loco::Use * | at (uint32_t n) const |
CircleNode used for Input of the Graph.
Definition at line 35 of file CircleInput.h.
| void luci::CircleInput::index | ( | const loco::GraphInputIndex & | index | ) |
Definition at line 25 of file CircleInput.cpp.
References index(), and luci::must_cast().
Referenced by onert.experimental.train.dataloader.DataLoader::__next__(), luci::ConstantFoldingTestGraph::ConstantFoldingTestGraph(), circle_eval_diff::HDF5Loader::get(), circle_eval_diff::interpret(), luci::link(), record_minmax::RecordMinMax::profileData(), luci::DynamicBatchToSingleBatchPass::run(), dalgona::Dalgona::runAnalysisWithH5Input(), dalgona::Dalgona::runAnalysisWithRandomInput(), and luci_interpreter::Interpreter::writeInputTensor().
| loco::GraphInputIndex luci::CircleInput::index | ( | void | ) | const |
Definition at line 31 of file CircleInput.cpp.
Referenced by onert.experimental.train.dataloader.DataLoader::__next__(), and index().
Definition at line 41 of file CircleInput.h.