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

Function GetLoadedCudnnVersion

tensorflow/stream_executor/cuda/cuda_dnn.cc:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329port::Status GetLoadedCudnnVersion(CudnnVersion* version) {
330 SE_ASSIGN_OR_RETURN(version->major_version, GetCudnnProperty(MAJOR_VERSION));
331 SE_ASSIGN_OR_RETURN(version->minor_version, GetCudnnProperty(MINOR_VERSION));
332 SE_ASSIGN_OR_RETURN(version->patch_level, GetCudnnProperty(PATCH_LEVEL));
333 return port::Status::OK();
334}
335
336} // namespace
337

Callers 2

InitMethod · 0.85
GetVersionMethod · 0.85

Calls 1

GetCudnnPropertyFunction · 0.85

Tested by

no test coverage detected