aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-20 12:17:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-20 12:21:46 -0700
commit22d1508a5fb06043fbf84ff51a07cd0fed66a352 (patch)
treef8ed8361ecd5c86f50bb54d8564bb49855b5d7de
parent6e2f629aafd71ab9231ee1830f96a43488d9d48a (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 169431251
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt25
-rw-r--r--tensorflow/core/ops/ops.pbtxt1
2 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 099d67fdf9..e7cab4bc6f 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -5045,6 +5045,31 @@ op {
}
}
op {
+ name: "Conj"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "output"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ default_value {
+ type: DT_COMPLEX64
+ }
+ allowed_values {
+ list {
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
+ type: DT_VARIANT
+ }
+ }
+ }
+}
+op {
name: "Const"
output_arg {
name: "output"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index c9160a73f0..4819dbadba 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -4758,6 +4758,7 @@ op {
list {
type: DT_COMPLEX64
type: DT_COMPLEX128
+ type: DT_VARIANT
}
}
}