Public Types | Data Fields
InferenceEngine::PrimitiveInfo Struct Reference

Structure with information about Primitive. More...

#include <ie_primitive_info.hpp>

Public Types

using  Ptr = std::shared_ptr< PrimitiveInfo >
  A shared pointer to PrimitiveInfo object.
 

Data Fields

std::string  sId
  Some internal id, could be used as a name.
 
std::string  sType
  Implementation type of this kernel.
 
int  iPreAllocatedMemory
  Mainly the allocation of the output tensor.
 
std::vector< TensorInfo::Ptr inputs
  Vector of TensorInfo objects that are related to input tensors.
 
std::vector< TensorInfo::Ptr outputs
  Vector of TensorInfo object that are related to outputs tensors.
 
std::map< std::string, std::string >  extraInfo
  Any other important textual information user might find interesting about this kernel.
 

Detailed Description

Structure with information about Primitive.


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