Version returns a string describing the version of the underlying TensorFlow runtime.
()
| 23 | // Version returns a string describing the version of the underlying TensorFlow |
| 24 | // runtime. |
| 25 | func Version() string { return C.GoString(C.TF_Version()) } |
no outgoing calls
no test coverage detected