Fix backward compatibility tests

PiperOrigin-RevId: 295242456
Change-Id: I537b159e04669f09cefd23c61f2be567d16f9e13
This commit is contained in:
Gaurav Jain 2020-02-14 15:39:19 -08:00 committed by TensorFlower Gardener
parent ad4ca90bc0
commit b380277f3a
2 changed files with 0 additions and 42 deletions

View File

@ -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",

View File

@ -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
}