Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCustomSaveable
Method · 0.95
basicSaveRestore
Method · 0.95
testSaveCopyRestoreWithSaveRelativePaths
Method · 0.95
testBasicsWithListOfVariables
Method · 0.95
testVariables
Method · 0.95
testBasics
Method · 0.95
update_op_inputs
Function · 0.45
embedding_opt
Function · 0.45
embedding_var_opt
Function · 0.45
optimize
Function · 0.45
remove_underscore_class_attr
Function · 0.45
log_process.py
File · 0.45
Calls
1
_export
Method · 0.95
Tested by
no test coverage detected