ONE - On-device Neural Engine
Loading...
Searching...
No Matches
exo::tflite_detail::SubGraphContext Struct Reference

Record the information of T/F Lite SubGraph and its mapping to loco. More...

#include <TFLExporterUtils.h>

Data Fields

std::vector< int32_t > _inputs
 SubGraph input tensor id.
 
std::vector< int32_t > _outputs
 SubGraph output tensor id.
 

Detailed Description

Record the information of T/F Lite SubGraph and its mapping to loco.

Definition at line 70 of file TFLExporterUtils.h.

Field Documentation

◆ _inputs

std::vector<int32_t> exo::tflite_detail::SubGraphContext::_inputs

SubGraph input tensor id.

Definition at line 73 of file TFLExporterUtils.h.

◆ _outputs

std::vector<int32_t> exo::tflite_detail::SubGraphContext::_outputs

SubGraph output tensor id.

Definition at line 75 of file TFLExporterUtils.h.


The documentation for this struct was generated from the following file: