MCPcopy 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])

Calls 2

convFunction · 0.85
poolFunction · 0.50

Tested by

no test coverage detected