aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-12-20 17:17:16 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-20 17:25:09 -0800
commit8641028af7ed6b6a430baa02c79c56b5244fb345 (patch)
treea49cc4770428efd54b8308cf32439a05b90b146a
parentb7a389d47127b631141f492108ae8f3d124d4a05 (diff)
Update ops-related pbtxt files.
Change: 142614569
-rw-r--r--tensorflow/core/ops/ops.pbtxt8
1 files changed, 1 insertions, 7 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 994b0184a1..e46eff9021 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -22454,19 +22454,16 @@ op {
name: "Variable"
output_arg {
name: "ref"
- description: "A reference to the variable tensor."
type_attr: "dtype"
is_ref: true
}
attr {
name: "shape"
type: "shape"
- description: "The shape of the variable tensor, where scalar shapes are\ntreated as undefined."
}
attr {
name: "dtype"
type: "type"
- description: "The type of elements in the variable tensor."
}
attr {
name: "container"
@@ -22474,7 +22471,6 @@ op {
default_value {
s: ""
}
- description: "If non-empty, this variable is placed in the given container.\nOtherwise, a default container is used."
}
attr {
name: "shared_name"
@@ -22482,10 +22478,8 @@ op {
default_value {
s: ""
}
- description: "If non-empty, this variable is named in the given bucket\nwith this shared_name. Otherwise, the node name is used instead."
}
- summary: "Holds state in the form of a tensor that persists across steps."
- description: "Outputs a ref to the tensor state so it may be read or modified.\nTODO(zhifengc/mrry): Adds a pointer to a more detail document\nabout sharing states in tensorflow."
+ summary: "Use VariableV2 instead."
is_stateful: true
}
op {