ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
nnkit::support::moco::tf Namespace Reference

Data Structures

class  Backend
 
class  InputTensorContext
 Class for the context of input tensors. More...
 
class  OutputTensorContext
 Class for the context of output tensors. More...
 
class  TensorContext
 Parent class of InputTensorContext and OutputTensorContext. More...
 

Typedefs

using ParsedTensors = std::vector< std::unique_ptr< ParsedTensor > >
 

Typedef Documentation

◆ ParsedTensors

using nnkit::support::moco::tf::ParsedTensors = typedef std::vector<std::unique_ptr<ParsedTensor> >

Definition at line 37 of file TensorContext.h.