From e62ef9064902ce91f97e2d7342bd97b16ae25a82 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 6 Feb 2017 22:36:02 -0800 Subject: [PATCH] Update generated Python Op docs. Change: 146751213 --- tensorflow/g3doc/api_docs/python/framework.md | 2 +- .../api_docs/python/functions_and_classes/shard0/tf.get_seed.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md index 4cfd8268cb6..8d39de57156 100644 --- a/tensorflow/g3doc/api_docs/python/framework.md +++ b/tensorflow/g3doc/api_docs/python/framework.md @@ -3769,7 +3769,7 @@ internally use the two seeds to allow user to change the seed globally for a graph, or for only specific operations. For details on how the graph-level seed interacts with op seeds, see -@{set_random_seed}. +@{tf.set_random_seed}. ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.get_seed.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.get_seed.md index b13c75b8265..8fd602784c4 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.get_seed.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard0/tf.get_seed.md @@ -8,7 +8,7 @@ internally use the two seeds to allow user to change the seed globally for a graph, or for only specific operations. For details on how the graph-level seed interacts with op seeds, see -@{set_random_seed}. +@{tf.set_random_seed}. ##### Args: