ONE - On-device Neural Engine
|
#include <OperandInventory.h>
Public Member Functions | |
OperandID | create (const DType &) |
OperandID | create (const DType &, const nncc::core::ADT::tensor::Shape &) |
template<typename Callable > | |
void | each (Callable &&cb) const |
Operand * | at (const OperandID &id) |
const Operand * | at (const OperandID &id) const |
Definition at line 31 of file OperandInventory.h.
Definition at line 50 of file OperandInventory.cpp.
Definition at line 52 of file OperandInventory.cpp.
Definition at line 26 of file OperandInventory.cpp.
References ann::dtype().
OperandID ann::OperandInventory::create | ( | const DType & | dtype, |
const nncc::core::ADT::tensor::Shape & | shape | ||
) |
Definition at line 38 of file OperandInventory.cpp.
References ann::dtype().
|
inline |
Definition at line 38 of file OperandInventory.h.
Referenced by enco::SubnetStructBuilder::build().