ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | tflimport |
Typedefs | |
using | tflimport::IndexVector = std::vector< int32_t > |
Functions | |
IndexVector | tflimport::as_index_vector (const flatbuffers::Vector< int32_t > *array) |
Converts flatbuffers::Vector to IndexVector. | |
tensor::Shape | tflimport::as_tensor_shape (const flatbuffers::Vector< int32_t > *shape) |
Converts flatbuffers::Vector to nncc::core::ADT::tensor::Shape. | |