Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ model
Method
model
tensorflow/compiler/tests/eager_test.py:324–326 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
322
pool = pooling.MaxPooling2D(2, 2, data_format=data_format)
323
324
def
model(x):
325
x = conv(x)
326
return
pool(x)
327
model = function.defun(model)
328
329
x = array_ops.ones([1, 4, 4, 1])
Callers
2
algebraic_simplifier_proof_distributive_property.py
File · 0.45
PrintDebugInfo
Method · 0.45
Calls
2
conv
Function · 0.85
pool
Function · 0.50
Tested by
no test coverage detected