Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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,
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
get_gradients_through_compute_gradients
Function · 0.45
create_dummy_table_variables
Function · 0.45
prune_unconnected_ops_from_xla
Function · 0.45
_trace_execution
Method · 0.45
_query_tpu_system_metadata
Function · 0.45
_create_config_proto
Method · 0.45
Calls
1
_export
Method · 0.95
Tested by
no test coverage detected