ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Convert.h File Reference
#include <nncc/core/ADT/tensor/Shape.h>
#include <schema_generated.h>

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.