ONE - On-device Neural Engine
|
Plain (non-qunatized) Tensor Operand. More...
#include <Operand.h>
Public Member Functions | |
TensorOperand (const nncc::core::ADT::tensor::Shape &shape) | |
const nncc::core::ADT::tensor::Shape & | shape (void) const |
Public Member Functions inherited from ann::Operand | |
virtual | ~Operand ()=default |
DType | dtype (void) const |
void | dtype (const DType &dtype) |
const Weight * | weight (void) const |
void | weight (const Weight *weight) |
|
inline |
Definition at line 68 of file Operand.h.
|
inline |
Definition at line 74 of file Operand.h.
Referenced by RandomDataGenerator.RandomDataGenerator::_gen_float32(), RandomDataGenerator.RandomDataGenerator::_gen_int16(), and RandomDataGenerator.RandomDataGenerator::_gen_uint8().