aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-07 10:04:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-07 10:07:41 -0700
commitbe9b07f2313ce7c7cb852e9280f42e69bee80984 (patch)
tree3317f4dbccec0a2ba9c252480d710edcbb71ad4b
parentd8e5a8c6835272f773f16cfb8e59bd918fd4f586 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 167874109
-rw-r--r--tensorflow/core/ops/ops.pbtxt19
1 files changed, 0 insertions, 19 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index cfd3869d05..fb9b9278ed 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -15805,25 +15805,6 @@ op {
summary: "Transforms a serialized tensorflow.TensorProto proto into a Tensor."
}
op {
- name: "SerializeTensor"
- input_arg {
- name: "tensor"
- description: "A Tensor of type `T`."
- type: "T"
- }
- output_arg {
- name: "serialized"
- description: "A serialized TensorProto proto of the input tensor."
- type_attr: DT_STRING
- }
- attr {
- name: "T"
- type: "type"
- description: "The type of the input tensor."
- }
- summary: "Transforms a Tensor into a serialized TensorProto proto."
-}
-op {
name: "Placeholder"
output_arg {
name: "output"