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

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
 

Detailed Description

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

Definition at line 70 of file CircleExporterUtils.h.

Field Documentation

◆ _data_format

circle::DataFormat exo::circle_detail::SubGraphContext::_data_format {circle::DataFormat::DataFormat_CHANNELS_LAST}

@DataFormat for SubGraph

Definition at line 77 of file CircleExporterUtils.h.

77{circle::DataFormat::DataFormat_CHANNELS_LAST};

Referenced by exo::circle_detail::registerGraphIOName().

◆ _inputs

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

SubGraph input tensor id.

Definition at line 73 of file CircleExporterUtils.h.

◆ _outputs

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

SubGraph output tensor id.

Definition at line 75 of file CircleExporterUtils.h.


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