MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / noop

Function noop

flow-python/examples/basis_function/nest/op.py:6–8  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

4
5@map_def(exclusive=True)
6def noop(x):
7 # print('send', x)
8 return x
9
10
11@source_def()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected