Public Types | Data Fields
InferenceEngine::TensorInfo Struct Reference

This structure describes tensor information. More...

#include <ie_tensor_info.hpp>

Public Types

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

Data Fields

std::map< std::string, std::string >  extraInfo
  A map of extra info: More...
 

Detailed Description

This structure describes tensor information.

Field Documentation

§ extraInfo

std::map<std::string, std::string> InferenceEngine::TensorInfo::extraInfo

A map of extra info:

  • memory layout BFYX, BXYF (enum)
  • size
  • precision

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