Data Structures | Macros
ie_precision.hpp File Reference

A header file that provides class for describing precision of data. More...

#include <unordered_map>
#include <string>
#include "details/ie_exception.hpp"

Go to the source code of this file.

Data Structures

class  InferenceEngine::Precision
 This class holds precision value and provides precision related operations. More...
 
struct  InferenceEngine::PrecisionTrait< p >
 Particular precision traits. More...
 

Macros

#define CASE2(x, y1, y2)   case x: return std::is_same<T, y1>() || std::is_same<T, y2>()
 

Detailed Description

A header file that provides class for describing precision of data.