Searched refs:CudnnRnnParamsDescriptor (Results 1 – 1 of 1) sorted by relevance
965 class CudnnRnnParamsDescriptor { class968 CudnnRnnParamsDescriptor(FilterDescriptor handle, int64 params_size_in_bytes, in CudnnRnnParamsDescriptor() function in stream_executor::gpu::__anonf41f84630311::CudnnRnnParamsDescriptor976 CudnnRnnParamsDescriptor(CudnnRnnParamsDescriptor&&) = default;978 static port::StatusOr<CudnnRnnParamsDescriptor> Create(997 SE_DISALLOW_COPY_AND_ASSIGN(CudnnRnnParamsDescriptor);1012 CudnnRnnParamsDescriptor params_desc) in CudnnRnnDescriptor()1079 CudnnRnnParamsDescriptor::Create( in Create()1150 CudnnRnnParamsDescriptor params_desc_;1156 port::StatusOr<CudnnRnnParamsDescriptor> CudnnRnnParamsDescriptor::Create( in Create()1245 return CudnnRnnParamsDescriptor(std::move(filter_desc), params_size_in_bytes, in Create()