Home
last modified time | relevance | path

Searched refs:TableModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dsaveable_compat_test.py39 table_module = generate_checkpoint.TableModule()
77 table_module = generate_checkpoint.TableModule()
84 new_table_module = generate_checkpoint.TableModule()
94 table_module = generate_checkpoint.TableModule()
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/testdata/
H A Dgenerate_checkpoint.py27 class TableModule(module.Module): class
53 "TableModule": TableModule,