From 0d088fbaaa724a3b5d19870c1ae334671af3269e Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 14 Apr 2016 10:39:12 -0800 Subject: Update generated Python Op docs. Change: 119873463 --- tensorflow/g3doc/api_docs/python/framework.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md index c13c25d0e6..44886ecf3e 100644 --- a/tensorflow/g3doc/api_docs/python/framework.md +++ b/tensorflow/g3doc/api_docs/python/framework.md @@ -268,6 +268,11 @@ with g.device(matmul_on_gpu): # on CPU 0. ``` +**N.B.** The device scope may be overridden by op wrappers or +other library code. For example, a variable assignment op +`v.assign()` must be colocated with the `tf.Variable` `v`, and +incompatible device scopes will be ignored. + ##### Args: -- cgit v1.2.3