ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::ir::ModelEdges Struct Reference

Struct to gather model I/O information in multimodel NN package Model I/O will have role one of below. More...

#include <NNPkg.h>

Data Fields

std::vector< ir::IODescpkg_inputs
 
std::vector< ir::IODescpkg_outputs
 
ModelEdgeSet edges
 

Detailed Description

Struct to gather model I/O information in multimodel NN package Model I/O will have role one of below.

  • Package input/output
  • Edge's start/finish point between model

Definition at line 74 of file NNPkg.h.

Field Documentation

◆ edges

ModelEdgeSet onert::ir::ModelEdges::edges

Definition at line 78 of file NNPkg.h.

Referenced by onert::ir::NNPkg::addEdge(), and onert::ir::NNPkg::verify().

◆ pkg_inputs

std::vector<ir::IODesc> onert::ir::ModelEdges::pkg_inputs

◆ pkg_outputs

std::vector<ir::IODesc> onert::ir::ModelEdges::pkg_outputs

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