From b380277f3abda77ecfdceafe6c687e1b3bf7396e Mon Sep 17 00:00:00 2001 From: Gaurav Jain Date: Fri, 14 Feb 2020 15:39:19 -0800 Subject: [PATCH] Fix backward compatibility tests PiperOrigin-RevId: 295242456 Change-Id: I537b159e04669f09cefd23c61f2be567d16f9e13 --- tensorflow/core/ops/compat/BUILD | 4 -- .../compat/ops_history_v1/VarHandleOp.pbtxt | 38 ------------------- 2 files changed, 42 deletions(-) diff --git a/tensorflow/core/ops/compat/BUILD b/tensorflow/core/ops/compat/BUILD index e4b2cfa9666..299076d8cfd 100644 --- a/tensorflow/core/ops/compat/BUILD +++ b/tensorflow/core/ops/compat/BUILD @@ -39,10 +39,6 @@ tf_cc_test( "ops_history_v*/*.pbtxt", "ops_history.v*.pbtxt", ]), - tags = [ - "no_oss", # TODO(b/149575105): Reenable when fix lands. - "notap", # TODO(b/149575105): Reenable when fix lands. - ], deps = [ ":op_compatibility_lib", "//tensorflow/core:framework", diff --git a/tensorflow/core/ops/compat/ops_history_v1/VarHandleOp.pbtxt b/tensorflow/core/ops/compat/ops_history_v1/VarHandleOp.pbtxt index 6e7d9a38cad..b5722b97032 100644 --- a/tensorflow/core/ops/compat/ops_history_v1/VarHandleOp.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v1/VarHandleOp.pbtxt @@ -28,41 +28,3 @@ op { } is_stateful: true } -op { - name: "VarHandleOp" - output_arg { - name: "resource" - type: DT_RESOURCE - } - attr { - name: "container" - type: "string" - default_value { - s: "" - } - } - attr { - name: "shared_name" - type: "string" - default_value { - s: "" - } - } - attr { - name: "dtype" - type: "type" - } - attr { - name: "shape" - type: "shape" - } - attr { - name: "allowed_devices" - type: "list(string)" - default_value { - list { - } - } - } - is_stateful: true -}