Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ f
Method
f
tensorflow/python/saved_model/save_test.py:153–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
152
@def_function.function(input_signature=[])
153
def
f():
154
return
nested_f()
155
156
root.f = f
157
with
self.assertRaisesRegexp(ValueError,
"ERROR MSG"
):
Callers
9
test_method_save_signature
Method · 0.45
test_method_save_concrete
Method · 0.45
test_non_concrete_error
Method · 0.45
test_captures_unreachable_variable
Method · 0.45
test_nested_inputs
Method · 0.45
test_nested_outputs
Method · 0.45
test_nested_dict_outputs
Method · 0.45
test_variable
Method · 0.45
test_single_function_default_signature
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected