aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/compat
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-25 09:18:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-25 09:22:02 -0700
commit0ff2abfaf7f418d0547eaa0cf9ee0a32b32fb490 (patch)
treebc1b22b72e0393384142817a4f16b9db90f13ea4 /tensorflow/core/ops/compat
parent3604c3a3ca7d80b796b4ee4c3c6beb5cc68878a9 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 206003699
Diffstat (limited to 'tensorflow/core/ops/compat')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 69351cd392..4ac8e15160 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -12074,6 +12074,32 @@ op {
}
}
op {
+ name: "Cast"
+ input_arg {
+ name: "x"
+ type_attr: "SrcT"
+ }
+ output_arg {
+ name: "y"
+ type_attr: "DstT"
+ }
+ attr {
+ name: "SrcT"
+ type: "type"
+ }
+ attr {
+ name: "DstT"
+ type: "type"
+ }
+ attr {
+ name: "Truncate"
+ type: "bool"
+ default_value {
+ b: false
+ }
+ }
+}
+op {
name: "Ceil"
input_arg {
name: "x"