#include <SerializedData.h>
|
| std::vector< flatbuffers::Offset< circle::Operator > > | _operators |
| |
| std::vector< flatbuffers::Offset< circle::Tensor > > | _tensors |
| |
| 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.
|
| |
Definition at line 154 of file SerializedData.h.
◆ SerializedGraphData() [1/2]
| luci::SerializedGraphData::SerializedGraphData |
( |
| ) |
|
|
default |
◆ SerializedGraphData() [2/2]
◆ _operators
| std::vector<flatbuffers::Offset<circle::Operator> > luci::SerializedGraphData::_operators |
◆ _tensors
| std::vector<flatbuffers::Offset<circle::Tensor> > luci::SerializedGraphData::_tensors |
The documentation for this struct was generated from the following file: