EDeepLearningTool::GetInferencePrecision

EDeepLearningTool::SetInferencePrecision

Inference precision.
Use EDeepLearningDevice::IsPrecisionSupported to check whether a device support the given precision.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

Euresys::Open_eVision::EasyDeepLearning::EDeepLearningInferencePrecision GetInferencePrecision() const

void SetInferencePrecision(Euresys::Open_eVision::EasyDeepLearning::EDeepLearningInferencePrecision prec)

EDeepLearningTool.InferencePrecision

Inference precision.
Use EDeepLearningDevice::IsPrecisionSupported to check whether a device support the given precision.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EDeepLearningInferencePrecision InferencePrecision

{ get; set; }