aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/README.md
blob: d22cd2a45bc68ee8ff5015327f5e56c24879b8f9 (plain)
1
2
3
4
5
6
7
8
# Distributed TensorFlow

This directory contains the initial open-source implementation of the
distributed TensorFlow runtime, using [gRPC](http://grpc.io) for inter-process
communication.

To learn how to use the distributed runtime to create a TensorFlow cluster,
see the [Distributed TensorFlow](https://www.tensorflow.org/deploy/distributed) How-To.