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

Method GetVersion

tensorflow/stream_executor/cuda/cuda_dnn.cc:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395port::StatusOr<perftools::gputools::dnn::VersionInfo>
396CudnnSupport::GetVersion() {
397 CudnnVersion version;
398 TF_RETURN_IF_ERROR(GetLoadedCudnnVersion(&version));
399 return perftools::gputools::dnn::VersionInfo(
400 version.major_version, version.minor_version, version.patch_level);
401}
402
403namespace {
404

Callers

nothing calls this directly

Calls 2

GetLoadedCudnnVersionFunction · 0.85
VersionInfoClass · 0.85

Tested by

no test coverage detected