Gets the version of the backing library, as a VersionInfo object.
| 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. |
nothing calls this directly
no test coverage detected