ONE - On-device Neural Engine
|
#include <mio/circle/schema_generated.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | mio |
namespace | mio::circle |
Functions | |
::circle::BuiltinOperator | mio::circle::builtin_code_neutral (const ::circle::OperatorCode *opcode) |
bool | mio::circle::is_valid (const ::circle::OperatorCode *opcode) |
bool | mio::circle::is_custom (const ::circle::OperatorCode *opcode) |
std::string | mio::circle::opcode_name (const ::circle::OperatorCode *opcode) |
const char * | mio::circle::tensor_type (const ::circle::Tensor *tensor) |
const char * | mio::circle::tensor_name (const ::circle::Tensor *tensor) |
template<typename T > | |
std::vector< T > | mio::circle::as_index_vector (const flatbuffers::Vector< T > *flat_array) |