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

Method minor_version

tensorflow/stream_executor/dnn.h:1097–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095 : major_(major), minor_(minor), patch_(patch) {}
1096 int major_version() const { return major_; }
1097 int minor_version() const { return minor_; }
1098 int patch() const { return patch_; }
1099
1100 private:

Callers 5

GetCudnnVersionFunction · 0.80
GetCudnnVersionFunction · 0.80
PrintPlatformInfoFunction · 0.80
GetCudnnVersionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected