aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-09 11:19:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-09 11:22:41 -0700
commit568f05c7937c327941a0f301be08cb842c88a851 (patch)
tree4bb3c3db1c6a64d69f1524d5a078bf2a4d74920d
parent800f1db6f082ec25b0f82f847fd6b41ebc33e929 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 192155883
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt141
-rw-r--r--tensorflow/core/ops/ops.pbtxt141
2 files changed, 282 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 81546d52f2..026bfa89cf 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -11646,6 +11646,147 @@ op {
is_stateful: true
}
op {
+ name: "CollectiveBcastRecv"
+ output_arg {
+ name: "data"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_HALF
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+ attr {
+ name: "group_size"
+ type: "int"
+ }
+ attr {
+ name: "group_key"
+ type: "int"
+ }
+ attr {
+ name: "instance_key"
+ type: "int"
+ }
+ attr {
+ name: "shape"
+ type: "shape"
+ }
+ is_stateful: true
+}
+op {
+ name: "CollectiveBcastSend"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "data"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_HALF
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+ attr {
+ name: "group_size"
+ type: "int"
+ }
+ attr {
+ name: "group_key"
+ type: "int"
+ }
+ attr {
+ name: "instance_key"
+ type: "int"
+ }
+ attr {
+ name: "shape"
+ type: "shape"
+ }
+ is_stateful: true
+}
+op {
+ name: "CollectiveReduce"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "data"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_HALF
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+ attr {
+ name: "group_size"
+ type: "int"
+ }
+ attr {
+ name: "group_key"
+ type: "int"
+ }
+ attr {
+ name: "instance_key"
+ type: "int"
+ }
+ attr {
+ name: "merge_op"
+ type: "string"
+ allowed_values {
+ list {
+ s: "Min"
+ s: "Max"
+ s: "Mul"
+ s: "Add"
+ }
+ }
+ }
+ attr {
+ name: "final_op"
+ type: "string"
+ allowed_values {
+ list {
+ s: "Id"
+ s: "Div"
+ }
+ }
+ }
+ attr {
+ name: "subdiv_offsets"
+ type: "list(int)"
+ }
+ is_stateful: true
+}
+op {
name: "CompareAndBitpack"
input_arg {
name: "input"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 0cf66d2bd6..b61a3b0e64 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -4730,6 +4730,147 @@ op {
is_stateful: true
}
op {
+ name: "CollectiveBcastRecv"
+ output_arg {
+ name: "data"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_HALF
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+ attr {
+ name: "group_size"
+ type: "int"
+ }
+ attr {
+ name: "group_key"
+ type: "int"
+ }
+ attr {
+ name: "instance_key"
+ type: "int"
+ }
+ attr {
+ name: "shape"
+ type: "shape"
+ }
+ is_stateful: true
+}
+op {
+ name: "CollectiveBcastSend"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "data"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_HALF
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+ attr {
+ name: "group_size"
+ type: "int"
+ }
+ attr {
+ name: "group_key"
+ type: "int"
+ }
+ attr {
+ name: "instance_key"
+ type: "int"
+ }
+ attr {
+ name: "shape"
+ type: "shape"
+ }
+ is_stateful: true
+}
+op {
+ name: "CollectiveReduce"
+ input_arg {
+ name: "input"
+ type_attr: "T"
+ }
+ output_arg {
+ name: "data"
+ type_attr: "T"
+ }
+ attr {
+ name: "T"
+ type: "type"
+ allowed_values {
+ list {
+ type: DT_FLOAT
+ type: DT_HALF
+ type: DT_DOUBLE
+ type: DT_INT32
+ type: DT_INT64
+ }
+ }
+ }
+ attr {
+ name: "group_size"
+ type: "int"
+ }
+ attr {
+ name: "group_key"
+ type: "int"
+ }
+ attr {
+ name: "instance_key"
+ type: "int"
+ }
+ attr {
+ name: "merge_op"
+ type: "string"
+ allowed_values {
+ list {
+ s: "Min"
+ s: "Max"
+ s: "Mul"
+ s: "Add"
+ }
+ }
+ }
+ attr {
+ name: "final_op"
+ type: "string"
+ allowed_values {
+ list {
+ s: "Id"
+ s: "Div"
+ }
+ }
+ }
+ attr {
+ name: "subdiv_offsets"
+ type: "list(int)"
+ }
+ is_stateful: true
+}
+op {
name: "CompareAndBitpack"
input_arg {
name: "input"