tree: ca23399ef33e23824df49b83b7672e1dbc84bb97 [path history] [tgz]
  1. core/
  2. genop/
  3. op/
  4. stream_executor/
  5. testdata/
  6. tsl/
  7. android.go
  8. attrs.go
  9. attrs_test.go
  10. BUILD
  11. context.go
  12. context_test.go
  13. doc.go
  14. example_inception_inference_test.go
  15. graph.go
  16. graph_test.go
  17. lib.go
  18. operation.go
  19. operation_test.go
  20. README.md
  21. saved_model.go
  22. saved_model_test.go
  23. session.go
  24. session_test.go
  25. shape.go
  26. shape_test.go
  27. signature.go
  28. signature_test.go
  29. status.go
  30. tensor.go
  31. tensor_handle.go
  32. tensor_handle_test.go
  33. tensor_test.go
  34. test.sh
  35. util_test.go
  36. version.go
tensorflow/go/README.md

TensorFlow in Go

Construct and execute TensorFlow graphs in Go.

GoDoc

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 maintaning 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.