MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / c1

Method c1

tensorflow/python/kernel_tests/stack_ops_test.py:238–240  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

236 v = constant_op.constant(np.zeros(2000), dtype=dtypes.float32)
237
238 def c1(x, y):
239 del y
240 return math_ops.greater(x, 0)
241
242 def b1(x, y):
243 nx = math_ops.subtract(x, 1)

Callers

nothing calls this directly

Calls 1

greaterMethod · 0.80

Tested by

no test coverage detected