Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ outer
Method
outer
tensorflow/python/eager/function_test.py:3037–3040 ·
view source on GitHub ↗
(resource1)
Source
from the content-addressed store, hash-verified
3035
3036
@function.defun
3037
def
outer(resource1):
3038
with
ops.device(
'/device:CPU:0'
):
3039
r1, _ = inner(resource1)
3040
return
r1
3041
3042
r1 = outer(g1)
3043
Callers
nothing calls this directly
Calls
2
inner
Function · 0.50
device
Method · 0.45
Tested by
no test coverage detected