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 |
using luci_interpreter::kernels::VectorOfTensors< T, is_const >::ElementT = typename std::conditional<is_const, const T, T>::type |
using luci_interpreter::kernels::VectorOfTensors< T, is_const >::ElementT = typename std::conditional<is_const, const T, T>::type |
using luci_interpreter::kernels::VectorOfTensors< T, is_const >::TensorT = typename std::conditional<is_const, const Tensor, Tensor>::type |
using luci_interpreter::kernels::VectorOfTensors< T, is_const >::TensorT = typename std::conditional<is_const, const Tensor, Tensor>::type |
|
inlineexplicit |
Definition at line 227 of file Utils.h.
References luci_interpreter::kernels::getTensorShape().
|
inlineexplicit |
Definition at line 180 of file Utils.h.
References luci_interpreter::kernels::getTensorShape().
|
inline |
|
inline |
|
inline |
|
inline |