ONE - On-device Neural Engine
|
#include <Utils.h>
Public Member Functions | |
VectorOfQuantizedTensors (const std::vector< TensorT * > &tensor_list) | |
const float * | scale () const |
const int32_t * | zero_point () const |
VectorOfQuantizedTensors (const std::vector< TensorT * > &tensor_list) | |
const float * | scale () const |
const int32_t * | zero_point () const |
Public Member Functions inherited from luci_interpreter::kernels::VectorOfTensors< uint8_t, is_const > | |
VectorOfTensors (const std::vector< TensorT * > &tensor_list) | |
VectorOfTensors (const std::vector< TensorT * > &tensor_list) | |
ElementT *const * | data () const |
ElementT *const * | data () const |
const tflite::RuntimeShape *const * | shapes () const |
const luci_interpreter::RuntimeShape *const * | shapes () const |
Additional Inherited Members | |
Public Types inherited from luci_interpreter::kernels::VectorOfTensors< uint8_t, is_const > | |
using | ElementT = typename std::conditional< is_const, const uint8_t, uint8_t >::type |
using | ElementT = typename std::conditional< is_const, const uint8_t, uint8_t >::type |
using | TensorT = typename std::conditional< is_const, const Tensor, Tensor >::type |
using | TensorT = typename std::conditional< is_const, const Tensor, Tensor >::type |
|
inlineexplicit |
Definition at line 275 of file Utils.h.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |