Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ToString
Method
ToString
tensorflow/stream_executor/cuda/cudnn_version.h:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
: major_version(major), minor_version(minor), patch_level(patch) {}
31
32
std::string ToString() const {
33
return absl::StrCat(major_version,
"."
, minor_version,
"."
, patch_level);
34
}
35
36
int major_version;
37
int minor_version;
Callers
11
GetUncachedExecutor
Method · 0.45
GetUncachedExecutor
Method · 0.45
DriverVersionStatusToString
Function · 0.45
ScopedTensorDescriptor
Method · 0.45
Init
Method · 0.45
CudnnTensorDescriptor
Method · 0.45
GetCudnnConvolutionForwardAlgorithm
Function · 0.45
DriverVersionStatusToString
Function · 0.45
GetUncachedExecutor
Method · 0.45
CheckRedzones
Method · 0.45
TEST
Function · 0.45
Calls
1
StrCat
Function · 0.50
Tested by
1
TEST
Function · 0.36