tensorflow/tensorflow/go
A. Unique TensorFlower 89045aa0a3 Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 820558317
2025-10-17 00:12:04 -07:00
..
core
genop
op Go: Update generated wrapper functions for TensorFlow ops. 2025-10-17 00:12:04 -07:00
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 Add int2 dtypes to TensorFlow. 2025-05-01 16:51:45 -07:00
test.sh
util_test.go
version.go

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