Data Structures
ie_compound_blob.h File Reference

A header file for CompoundBlob. More...

#include <initializer_list>
#include <memory>
#include <vector>
#include "ie_blob.h"

Go to the source code of this file.

Data Structures

class  InferenceEngine::CompoundBlob
 This class represents a blob that contains other blobs. More...
 
class  InferenceEngine::NV12Blob
 Represents a blob that contains two planes (Y and UV) in NV12 color format. More...
 
class  InferenceEngine::I420Blob
 Represents a blob that contains three planes (Y,U and V) in I420 color format. More...
 

Detailed Description

A header file for CompoundBlob.