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

Method Forward

tensorflow/compiler/tests/jit_test.py:435–436  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

433
434 @function.Defun(compiled=compiled)
435 def Forward(x):
436 return math_ops.log(x)
437
438 g = ops.Graph()
439 with g.as_default():

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected