Skip to content

Commit 65c3548

Browse files
hertschuhtensorflower-gardener
authored andcommitted
Update API goldens for Python 3.12.
PiperOrigin-RevId: 753627605
1 parent f9cd3f4 commit 65c3548

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tf_keras/api/golden/v1/tensorflow.keras.__internal__.legacy.rnn_cell.-l-s-t-m-state-tuple.pbtxt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ tf_class {
55
is_instance: "<type \'tuple\'>"
66
member {
77
name: "c"
8-
mtype: "<type \'property\'>"
8+
mtype: "<class \'collections._tuplegetter\'>"
99
}
1010
member {
1111
name: "dtype"
1212
mtype: "<type \'property\'>"
1313
}
1414
member {
1515
name: "h"
16-
mtype: "<type \'property\'>"
16+
mtype: "<class \'collections._tuplegetter\'>"
1717
}
1818
member_method {
1919
name: "__init__"

tf_keras/api/tests/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ tf_py_test(
2323
"//tf_keras/api/tests:README.txt",
2424
],
2525
tags = [
26-
"DO_NOT_USE_MIGRATION_ONLY_NO_PYTHON_NEXT",
2726
"no_oss", # TODO(scottzhu): Fix this in OSS test.
2827
"no_pip",
2928
"no_rocm",

0 commit comments

Comments
 (0)