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

Method sample

imperative/python/megengine/module/vision.py:63–64  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

61 return add(inp, noise)
62
63 def sample(self, size):
64 raise NotImplementedError()
65
66 @property
67 def per_channel(self):

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected