MCPcopy 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

GetUncachedExecutorMethod · 0.45
GetUncachedExecutorMethod · 0.45
InitMethod · 0.45
CudnnTensorDescriptorMethod · 0.45
GetUncachedExecutorMethod · 0.45
CheckRedzonesMethod · 0.45
TESTFunction · 0.45

Calls 1

StrCatFunction · 0.50

Tested by 1

TESTFunction · 0.36