mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
|
|
||
|---|---|---|
| .. | ||
| core | ||
| genop | ||
| op | ||
| stream_executor | ||
| testdata | ||
| tsl | ||
| android.go | ||
| attrs_test.go | ||
| attrs.go | ||
| BUILD | ||
| context_test.go | ||
| context.go | ||
| doc.go | ||
| example_inception_inference_test.go | ||
| graph_test.go | ||
| graph.go | ||
| lib.go | ||
| operation_test.go | ||
| operation.go | ||
| README.md | ||
| saved_model_test.go | ||
| saved_model.go | ||
| session_test.go | ||
| session.go | ||
| shape_test.go | ||
| shape.go | ||
| signature_test.go | ||
| signature.go | ||
| status.go | ||
| tensor_handle_test.go | ||
| tensor_handle.go | ||
| tensor_test.go | ||
| tensor.go | ||
| test.sh | ||
| util_test.go | ||
| version.go | ||
TensorFlow in Go
Construct and execute TensorFlow graphs in Go.
WARNING: The API defined in this package is not stable and can change without notice. The same goes for the package path: (
github.com/tensorflow/tensorflow/tensorflow/go).
WARNING:
The TensorFlow team is not currently maintaining the Documentation for installing the Go bindings for TensorFlow.
The instructions has been maintained by the third party contributor: @wamuir
Please follow this source by @wamuir for the installation of Golang with Tensorflow.