ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Convert.h File Reference
#include <mio/circle/schema_generated.h>
#include <circlechef.pb.h>

Go to the source code of this file.

Namespaces

namespace  circlechef
 

Functions

circlechef::TensorType circlechef::as_circlechef_type (const circle::TensorType type)
 
circlechef::Activation circlechef::as_circlechef_activation (const circle::ActivationFunctionType type)
 
circlechef::Padding circlechef::as_circlechef_padding (const circle::Padding padding)
 
template<typename DT >
std::vector< DT > circlechef::extract_buffer (const circle::Buffer *buffer)
 extract buffer data to std::vector<DT>
 
template<typename T >
std::vector< T > circlechef::as_index_vector (const flatbuffers::Vector< T > *flat_array)