C# 클래스 ManagedCuda.CudaDNN.cudnnConvolutionFwdAlgoPerf

파일 보기 프로젝트 열기: kunzmi/managedCuda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
algo cudnnConvolutionFwdAlgo
memory ManagedCuda.BasicTypes.SizeT
status cudnnStatus
time float

프로퍼티 상세

algo 공개적으로 프로퍼티

The algorithm run to obtain the associated performance metrics.
public cudnnConvolutionFwdAlgo algo
리턴 cudnnConvolutionFwdAlgo

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 cudnnConvolutionForward(), this status will represent that error. Otherwise, this status will be the return status of cudnnConvolutionForward(). - 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 cudnnConvolutionForward().
public cudnnStatus status
리턴 cudnnStatus

time 공개적으로 프로퍼티

The execution time of cudnnConvolutionForward() (in milliseconds).
public float time
리턴 float