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

Function Version

tensorflow/go/version.go:25–25  ·  view source on GitHub ↗

Version returns a string describing the version of the underlying TensorFlow runtime.

()

Source from the content-addressed store, hash-verified

23// Version returns a string describing the version of the underlying TensorFlow
24// runtime.
25func Version() string { return C.GoString(C.TF_Version()) }

Callers 2

manip_ops_test.pyFile · 0.90
bugFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected