17#ifndef __MIO_TFLITE280_HELPER_H__
18#define __MIO_TFLITE280_HELPER_H__
20#include <mio/tflite/schema_generated.h>
28bool is_valid(const ::tflite::OperatorCode *opcode);
29bool is_custom(const ::tflite::OperatorCode *opcode);
30std::string
opcode_name(const ::tflite::OperatorCode *opcode);
31const char *
tensor_type(const ::tflite::Tensor *tensor);
32const char *
tensor_name(const ::tflite::Tensor *tensor);
std::string opcode_name(const ::tflite::OperatorCode *opcode)
bool is_valid(const ::tflite::OperatorCode *opcode)
::tflite::BuiltinOperator builtin_code_neutral(const ::tflite::OperatorCode *opcode)
bool is_custom(const ::tflite::OperatorCode *opcode)
const char * tensor_type(const ::tflite::Tensor *tensor)
const char * tensor_name(const ::tflite::Tensor *tensor)