MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / fwd_only

Function fwd_only

imperative/python/test/unit/jit/test_tracing.py:878–879  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

876
877 @partial_trace
878 def fwd_only(a, b):
879 return a * b + a / b
880
881 m = Simple()
882 gm = GradManager()

Callers 1

funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected