diff --git a/tensorflow/core/ops/compat/ops_history_v1/DataServiceDataset.pbtxt b/tensorflow/core/ops/compat/ops_history_v1/DataServiceDataset.pbtxt deleted file mode 100644 index 5fc666e77a9..00000000000 --- a/tensorflow/core/ops/compat/ops_history_v1/DataServiceDataset.pbtxt +++ /dev/null @@ -1,32 +0,0 @@ -op { - name: "DataServiceDataset" - input_arg { - name: "address" - type: DT_STRING - } - input_arg { - name: "protocol" - type: DT_STRING - } - input_arg { - name: "max_outstanding_requests" - type: DT_INT64 - } - output_arg { - name: "handle" - type: DT_VARIANT - } - attr { - name: "output_types" - type: "list(type)" - has_minimum: true - minimum: 1 - } - attr { - name: "output_shapes" - type: "list(shape)" - has_minimum: true - minimum: 1 - } - is_stateful: true -} diff --git a/tensorflow/core/ops/compat/ops_history_v2/DataServiceDataset.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/DataServiceDataset.pbtxt deleted file mode 100644 index 89db2e0d697..00000000000 --- a/tensorflow/core/ops/compat/ops_history_v2/DataServiceDataset.pbtxt +++ /dev/null @@ -1,71 +0,0 @@ -op { - name: "DataServiceDataset" - input_arg { - name: "address" - type: DT_STRING - } - input_arg { - name: "protocol" - type: DT_STRING - } - input_arg { - name: "max_outstanding_requests" - type: DT_INT64 - } - output_arg { - name: "handle" - type: DT_VARIANT - } - attr { - name: "output_types" - type: "list(type)" - has_minimum: true - minimum: 1 - } - attr { - name: "output_shapes" - type: "list(shape)" - has_minimum: true - minimum: 1 - } - is_stateful: true -} -op { - name: "DataServiceDataset" - input_arg { - name: "address" - type: DT_STRING - } - input_arg { - name: "protocol" - type: DT_STRING - } - input_arg { - name: "max_outstanding_requests" - type: DT_INT64 - } - output_arg { - name: "handle" - type: DT_VARIANT - } - attr { - name: "task_refresh_interval_hint_ms" - type: "int" - default_value { - i: -1 - } - } - attr { - name: "output_types" - type: "list(type)" - has_minimum: true - minimum: 1 - } - attr { - name: "output_shapes" - type: "list(shape)" - has_minimum: true - minimum: 1 - } - is_stateful: true -}