aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/compat/ops_history.v0.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/ops/compat/ops_history.v0.pbtxt')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v0.pbtxt23
1 files changed, 23 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v0.pbtxt b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
index 5784207bbd..c6eda8fb4a 100644
--- a/tensorflow/core/ops/compat/ops_history.v0.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v0.pbtxt
@@ -3483,6 +3483,29 @@ op {
}
}
op {
+ name: "DiagPart"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "diagonal"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+}
+op {
name: "Digamma"
input_arg {
name: "x"