aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-14 12:48:29 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-14 14:03:49 -0700
commit5bbe7566da6b5cd4865bc17b609c9d17388f5827 (patch)
treef594687c2e3cb46f6efaef753288bfdeae863b6e
parent80750112a93b14f157f2c42e8969d34907f75b82 (diff)
Update ops-related pbtxt files.
Change: 136193738
-rw-r--r--tensorflow/core/ops/compat/ops_history.v0.pbtxt34
-rw-r--r--tensorflow/core/ops/ops.pbtxt2
2 files changed, 36 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v0.pbtxt b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
index 761b0d6912..6877ed6581 100644
--- a/tensorflow/core/ops/compat/ops_history.v0.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
@@ -15321,6 +15321,40 @@ op {
}
}
op {
+ name: "MatrixSolve"
+ input_arg {
+ name: "matrix"
+ type_attr: "T"
+ }
+ input_arg {
+ name: "rhs"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "output"
+ type_attr: "T"
+ }
+ attr {
+ name: "adjoint"
+ type: "bool"
+ default_value {
+ b: false
+ }
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_DOUBLE
+ type: DT_FLOAT
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
+ }
+ }
+ }
+}
+op {
name: "MatrixSolveLs"
input_arg {
name: "matrix"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index e4f7aba846..4c5c629838 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -9251,6 +9251,8 @@ op {
list {
type: DT_DOUBLE
type: DT_FLOAT
+ type: DT_COMPLEX64
+ type: DT_COMPLEX128
}
}
}