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

Method keys

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

Source from the content-addressed store, hash-verified

63 return gen_lookup_ops.lookup_table_find_v2(self.table_ref, keys, default)
64
65 def keys(self):
66 return self._export()[0]
67
68 def values(self):
69 return self._export()[1]

Callers 15

testCustomSaveableMethod · 0.95
basicSaveRestoreMethod · 0.95
testVariablesMethod · 0.95
testBasicsMethod · 0.95
update_op_inputsFunction · 0.45
embedding_optFunction · 0.45
embedding_var_optFunction · 0.45
optimizeFunction · 0.45
log_process.pyFile · 0.45

Calls 1

_exportMethod · 0.95

Tested by

no test coverage detected