|
ONE - On-device Neural Engine
|
Record the information of T/F Lite SubGraph and its mapping to loco. More...
#include <CircleExporterUtils.h>
Data Fields | |
| std::vector< int32_t > | _inputs |
| SubGraph input tensor id. | |
| std::vector< int32_t > | _outputs |
| SubGraph output tensor id. | |
| circle::DataFormat | _data_format {circle::DataFormat::DataFormat_CHANNELS_LAST} |
| @DataFormat for SubGraph | |
Record the information of T/F Lite SubGraph and its mapping to loco.
Definition at line 70 of file CircleExporterUtils.h.
| circle::DataFormat exo::circle_detail::SubGraphContext::_data_format {circle::DataFormat::DataFormat_CHANNELS_LAST} |
@DataFormat for SubGraph
Definition at line 77 of file CircleExporterUtils.h.
Referenced by exo::circle_detail::registerGraphIOName().
| std::vector<int32_t> exo::circle_detail::SubGraphContext::_inputs |
SubGraph input tensor id.
Definition at line 73 of file CircleExporterUtils.h.
| std::vector<int32_t> exo::circle_detail::SubGraphContext::_outputs |
SubGraph output tensor id.
Definition at line 75 of file CircleExporterUtils.h.