EDeepLearningTool::Create

Factory method to open a deep learning tool.
Returns the corresponding deep learning tool that must be deleted by the caller.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EDeepLearningTool* Create(
   const std::string& path
)

EDeepLearningTool* Create(
   ESerializer* serializer
)

Parameters

path

Path to a deep learning tool.

serializer

A serializer created for reading.

EDeepLearningTool.Create

Factory method to open a deep learning tool.
Returns the corresponding deep learning tool that must be deleted by the caller.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EasyDeepLearning.EDeepLearningTool Create(
   string path
)

Euresys.Open_eVision.EasyDeepLearning.EDeepLearningTool Create(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

Path to a deep learning tool.

serializer

A serializer created for reading.