C# Класс ManagedCuda.CudaDNN.cudnnConvolutionBwdFilterAlgoPerf

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
algo cudnnConvolutionBwdFilterAlgo
memory ManagedCuda.BasicTypes.SizeT
status cudnnStatus
time float

Описание свойств

algo публичное свойство

The algorithm run to obtain the associated performance metrics.
public cudnnConvolutionBwdFilterAlgo algo
Результат cudnnConvolutionBwdFilterAlgo

memory публичное свойство

The workspace size (in bytes).
public SizeT,ManagedCuda.BasicTypes memory
Результат ManagedCuda.BasicTypes.SizeT

status публичное свойство

If any error occurs during the workspace allocation or timing of cudnnConvolutionBackwardFilter_v3(), this status will represent that error. Otherwise, this status will be the return status of cudnnConvolutionBackwardFilter_v3(). - CUDNN_STATUS_ALLOC_FAILED if any error occured during workspace allocation or deallocation. - CUDNN_STATUS_EXECUTION_FAILED if any error occured during timing calculations. - Otherwise, this will be the return status of cudnnConvolutionBackwardFilter_v3().
public cudnnStatus status
Результат cudnnStatus

time публичное свойство

The execution time of cudnnConvolutionBackwardFilter_v3() (in milliseconds).
public float time
Результат float