EDeepLearningTool::GetEngine

EDeepLearningTool::SetEngine

Sets the engine with which to execute or train the neural network.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::string GetEngine() const

void SetEngine(const std::string& engineName)

EDeepLearningTool.Engine

Sets the engine with which to execute or train the neural network.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string Engine

{ get; set; }