Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ outer
Method
outer
tensorflow/python/saved_model/load_test.py:1704–1705 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1702
@def_function.function(
1703
input_signature=[tensor_spec.TensorSpec([], dtypes.float32)])
1704
def
outer(x):
1705
return
inner(x)
1706
1707
root = module.Module()
1708
root.f = outer
Callers
1
testBasicVector
Method · 0.45
Calls
1
inner
Function · 0.50
Tested by
no test coverage detected