A header file that provides class for describing precision of data. More...
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>() |
A header file that provides class for describing precision of data.