ONE - On-device Neural Engine
|
#include <Tensor.h>
Data Fields | |
std::vector< float > | scale |
std::vector< int32_t > | zero_point |
int32_t | quantized_dimension |
int32_t luci_interpreter::AffineQuantization::quantized_dimension |
Definition at line 97 of file Tensor.h.
Referenced by luci_interpreter::GraphLoader::loadTensors(), and luci_interpreter::Tensor::quantized_dimension().
std::vector<float> luci_interpreter::AffineQuantization::scale |
Definition at line 95 of file Tensor.h.
Referenced by luci_interpreter::GraphLoader::loadTensors(), luci_interpreter::Tensor::scale(), and luci_interpreter::Tensor::scales().
std::vector<int32_t> luci_interpreter::AffineQuantization::zero_point |
Definition at line 96 of file Tensor.h.
Referenced by luci_interpreter::GraphLoader::loadTensors(), luci_interpreter::Tensor::zero_point(), and luci_interpreter::Tensor::zero_points().