MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetCudnnProperty

Function GetCudnnProperty

tensorflow/stream_executor/cuda/cuda_dnn.cc:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308port::StatusOr<int> GetCudnnProperty(libraryPropertyType type) {
309 int value;
310 RETURN_IF_CUDNN_ERROR(cudnnGetProperty(type, &value));
311 return value;
312}
313
314cudnnRNNAlgo_t ToCudnnRNNAlgo(absl::optional<dnn::AlgorithmDesc> algorithm) {
315 if (!algorithm.has_value()) {

Callers 1

GetLoadedCudnnVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected