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

Method c1

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

Source from the content-addressed store, hash-verified

84 v = constant_op.constant(np.zeros(2000), dtype=dtypes.float32)
85
86 def c1(x, y):
87 del y
88 return math_ops.greater(x, 0)
89
90 def b1(x, y):
91 nx = math_ops.subtract(x, 1)

Callers

nothing calls this directly

Calls 1

greaterMethod · 0.80

Tested by

no test coverage detected