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

Method GetVersion

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

Gets the version of the backing library, as a VersionInfo object.

Source from the content-addressed store, hash-verified

1128
1129 // Gets the version of the backing library, as a VersionInfo object.
1130 virtual port::StatusOr<VersionInfo> GetVersion() {
1131 return port::UnimplementedError(
1132 "DnnSupport::GetVersion not implemented on this platform.");
1133 }
1134
1135 // Performs a single-precision softmax operation onto
1136 // the stream.

Callers

nothing calls this directly

Calls 1

UnimplementedErrorFunction · 0.50

Tested by

no test coverage detected