Chris Kennelly c04bf06bfc Optimize calls to std::string::find() and friends for a single char.
The character literal overload is more efficient.

PiperOrigin-RevId: 348124169
Change-Id: I55909265a8267017210eb0deff5091da20d8ed70
2020-12-17 17:48:51 -08:00
..
2020-10-29 02:52:55 +03:00
2020-10-27 13:24:35 -07:00
2020-10-27 13:24:35 -07:00
2020-10-21 13:02:25 -07:00
2020-10-21 13:02:25 -07:00
2020-10-21 13:02:25 -07:00

Distributed TensorFlow

This directory contains the initial open-source implementation of the distributed TensorFlow runtime, using gRPC for inter-process communication.

To learn how to use the distributed runtime to create a TensorFlow cluster, see the Distributed TensorFlow How-To.