Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ model
Method
model
tensorflow/python/eager/function_test.py:1210–1211 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1208
1209
@function.defun
1210
def
model(x):
1211
return
conv(x)
1212
1213
x = array_ops.ones([1, 2, 2, 1])
1214
y = model(x)
Callers
nothing calls this directly
Calls
1
conv
Function · 0.85
Tested by
no test coverage detected