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

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

#include <SerializedData.h>

Data Fields

std::string _name
 SubGraph name.
 
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 106 of file SerializedData.h.

Field Documentation

◆ _data_format

circle::DataFormat luci::SubGraphContext::_data_format {circle::DataFormat::DataFormat_CHANNELS_LAST}

DataFormat for SubGraph.

Definition at line 115 of file SerializedData.h.

115{circle::DataFormat::DataFormat_CHANNELS_LAST};

◆ _inputs

std::vector<int32_t> luci::SubGraphContext::_inputs

SubGraph input tensor id.

Definition at line 111 of file SerializedData.h.

◆ _name

std::string luci::SubGraphContext::_name

SubGraph name.

Definition at line 109 of file SerializedData.h.

Referenced by DotBuilder.DotBuilder::save().

◆ _outputs

std::vector<int32_t> luci::SubGraphContext::_outputs

SubGraph output tensor id.

Definition at line 113 of file SerializedData.h.


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