ONE - On-device Neural Engine
|
#include <DataBuffer.h>
Data Fields | |
loco::DataType | dtype = loco::DataType::Unknown |
std::vector< loco::Dimension > | shape |
std::vector< char > | data |
Definition at line 28 of file DataBuffer.h.
std::vector<char> record_minmax::DataBuffer::data |
Definition at line 32 of file DataBuffer.h.
loco::DataType record_minmax::DataBuffer::dtype = loco::DataType::Unknown |
Definition at line 30 of file DataBuffer.h.
std::vector<loco::Dimension> record_minmax::DataBuffer::shape |
Definition at line 31 of file DataBuffer.h.
Referenced by RandomDataGenerator.RandomDataGenerator::_gen_float32(), RandomDataGenerator.RandomDataGenerator::_gen_int16(), and RandomDataGenerator.RandomDataGenerator::_gen_uint8().