Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 971 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 971 Bytes

Tensorflow Go Bindings

This is a fork of tensorflow's repository (at version 2.3.1) with pre-generated protobuf definitions.

Specificially, this uses protobufs generated with protoc-gen-go v1.3.5 (before the api refactor)

Matching libs

TensorFlow C library URL
Linux
Linux CPU only https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.3.1.tar.gz
Linux GPU support https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-2.3.1.tar.gz
macOS
macOS CPU only https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-darwin-x86_64-2.3.1.tar.gz
Windows
Windows CPU only https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.3.1.zip
Windows GPU only https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.3.1.zip