diff --git a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMean.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMean.pbtxt index 5f362b97cb0..526c2c25c04 100644 --- a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMean.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMean.pbtxt @@ -1,45 +1,3 @@ -op { - name: "SparseSegmentMean" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type: DT_INT32 - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} op { name: "SparseSegmentMean" input_arg { @@ -95,59 +53,3 @@ op { } } } -op { - name: "SparseSegmentMean" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type_attr: "Tsegmentids" - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_BFLOAT16 - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tsegmentids" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} diff --git a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMeanWithNumSegments.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMeanWithNumSegments.pbtxt index 60f9c4bbd00..b9984f8df25 100644 --- a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMeanWithNumSegments.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentMeanWithNumSegments.pbtxt @@ -1,62 +1,3 @@ -op { - name: "SparseSegmentMeanWithNumSegments" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type: DT_INT32 - } - input_arg { - name: "num_segments" - type_attr: "Tnumsegments" - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tnumsegments" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} op { name: "SparseSegmentMeanWithNumSegments" input_arg { @@ -129,76 +70,3 @@ op { } } } -op { - name: "SparseSegmentMeanWithNumSegments" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type_attr: "Tsegmentids" - } - input_arg { - name: "num_segments" - type_attr: "Tnumsegments" - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_BFLOAT16 - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tnumsegments" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tsegmentids" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} diff --git a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtN.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtN.pbtxt index 68359ea0c08..17562d4f333 100644 --- a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtN.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtN.pbtxt @@ -1,45 +1,3 @@ -op { - name: "SparseSegmentSqrtN" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type: DT_INT32 - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} op { name: "SparseSegmentSqrtN" input_arg { @@ -95,59 +53,3 @@ op { } } } -op { - name: "SparseSegmentSqrtN" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type_attr: "Tsegmentids" - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_BFLOAT16 - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tsegmentids" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} diff --git a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtNWithNumSegments.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtNWithNumSegments.pbtxt index d16063dca08..1f24446a587 100644 --- a/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtNWithNumSegments.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v2/SparseSegmentSqrtNWithNumSegments.pbtxt @@ -1,62 +1,3 @@ -op { - name: "SparseSegmentSqrtNWithNumSegments" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type: DT_INT32 - } - input_arg { - name: "num_segments" - type_attr: "Tnumsegments" - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tnumsegments" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} op { name: "SparseSegmentSqrtNWithNumSegments" input_arg { @@ -129,76 +70,3 @@ op { } } } -op { - name: "SparseSegmentSqrtNWithNumSegments" - input_arg { - name: "data" - type_attr: "T" - } - input_arg { - name: "indices" - type_attr: "Tidx" - } - input_arg { - name: "segment_ids" - type_attr: "Tsegmentids" - } - input_arg { - name: "num_segments" - type_attr: "Tnumsegments" - } - output_arg { - name: "output" - type_attr: "T" - } - attr { - name: "T" - type: "type" - allowed_values { - list { - type: DT_BFLOAT16 - type: DT_FLOAT - type: DT_DOUBLE - } - } - } - attr { - name: "Tidx" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tnumsegments" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } - attr { - name: "Tsegmentids" - type: "type" - default_value { - type: DT_INT32 - } - allowed_values { - list { - type: DT_INT32 - type: DT_INT64 - } - } - } -} diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index 98a1b9328be..2f6e0dc0d4c 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -46097,7 +46097,6 @@ op { type: "type" allowed_values { list { - type: DT_BFLOAT16 type: DT_FLOAT type: DT_DOUBLE } @@ -46216,7 +46215,6 @@ op { type: "type" allowed_values { list { - type: DT_BFLOAT16 type: DT_FLOAT type: DT_DOUBLE } @@ -46285,7 +46283,6 @@ op { type: "type" allowed_values { list { - type: DT_BFLOAT16 type: DT_FLOAT type: DT_DOUBLE } @@ -46404,7 +46401,6 @@ op { type: "type" allowed_values { list { - type: DT_BFLOAT16 type: DT_FLOAT type: DT_DOUBLE }