ONE - On-device Neural Engine
|
Get the type of each node as NodeAnnotation. More...
#include <TFLTypeInference.h>
Static Public Member Functions | |
static tflite::TensorType | get (loco::Node *node) |
Get the type of each node as NodeAnnotation.
HOW TO USE
TypeInference::get(g->nodes()->at(0)); TypeInference::get(g->nodes()->at(...));
Definition at line 35 of file TFLTypeInference.h.
|
static |