Fix link error for tensorflow.org.

PiperOrigin-RevId: 332927551
Change-Id: I6cfbfac43dab87c346abade7df43cb6538d58132
This commit is contained in:
Mark Daoust 2020-09-21 13:58:12 -07:00 committed by TensorFlower Gardener
parent 81282b0a40
commit 65139ecc00

View File

@ -168,9 +168,9 @@ public final class EagerSession implements ExecutionEnvironment, AutoCloseable {
* <p>Warning: the support of this feature is subject to changes since TensorFlow protos might
* not be supported on public endpoints in the future.
*
* <p>See also: <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/protobuf/config.proto">config.proto</a>
*
* @param value a serialized config proto
* @see <a
* href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/protobuf/config.proto"/>
*/
public Options config(byte[] value) {
config = value;