EDeepLearningExecutionSettings::CopyTo

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void CopyTo(
   EDeepLearningExecutionSettings& other
) const

Parameters

other

The other EDeepLearningExecutionSettings that we will copy this one into.

EDeepLearningExecutionSettings.CopyTo

Copy the object to another one.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void CopyTo(
   EDeepLearningExecutionSettings other
)

Parameters

other

The other EDeepLearningExecutionSettings that we will copy this one into.

EDeepLearningExecutionSettings.CopyTo

Copy the object to another one.

Module: open_evision.EasyDeepLearning

[Python]

CopyTo(
    other: EDeepLearningExecutionSettings
) -> None

Parameters

other

The other EDeepLearningExecutionSettings that we will copy this one into.