MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _export

Method _export

tensorflow/python/training/saver_test_utils.py:71–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 return self._export()[1]
70
71 def _export(self):
72 return gen_lookup_ops.lookup_table_export_v2(self.table_ref, dtypes.string,
73 dtypes.float32)
74
75 class CustomSaveable(saver_module.BaseSaverBuilder.SaveableObject):
76 """A custom saveable for CheckpointedOp."""

Callers 3

keysMethod · 0.95
valuesMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected