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

Method values

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

Source from the content-addressed store, hash-verified

66 return self._export()[0]
67
68 def values(self):
69 return self._export()[1]
70
71 def _export(self):
72 return gen_lookup_ops.lookup_table_export_v2(self.table_ref, dtypes.string,

Calls 1

_exportMethod · 0.95

Tested by

no test coverage detected