|
ONE - On-device Neural Engine
|
#include <Utils.h>
Public Types | |
| using | ElementT = typename std::conditional< is_const, const T, T >::type |
| using | TensorT = typename std::conditional< is_const, const Tensor, Tensor >::type |
| using | ElementT = typename std::conditional< is_const, const T, T >::type |
| using | TensorT = typename std::conditional< is_const, const Tensor, Tensor >::type |
Public Member Functions | |
| VectorOfTensors (const std::vector< TensorT * > &tensor_list) | |
| ElementT *const * | data () const |
| const tflite::RuntimeShape *const * | shapes () const |
| VectorOfTensors (const std::vector< TensorT * > &tensor_list) | |
| ElementT *const * | data () const |
| const luci_interpreter::RuntimeShape *const * | shapes () const |
|
inlineexplicit |
Definition at line 227 of file Utils.h.
References luci_interpreter::kernels::getTensorShape(), and luci::must_cast().
|
inlineexplicit |
Definition at line 180 of file Utils.h.
References luci_interpreter::kernels::getTensorShape(), and luci::must_cast().
|
inline |
|
inline |
|
inline |
|
inline |