Fix backward compatibility tests
PiperOrigin-RevId: 295242456 Change-Id: I537b159e04669f09cefd23c61f2be567d16f9e13
This commit is contained in:
parent
ad4ca90bc0
commit
b380277f3a
@ -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",
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user