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

Function func

imperative/python/test/unit/functional/test_tensor.py:275–276  ·  view source on GitHub ↗
(inp, nsplits_or_sections, axis)

Source from the content-addressed store, hash-verified

273 return np.split(inp, nsplits_or_sections, axis)
274
275 def func(inp, nsplits_or_sections, axis):
276 return F.split(inp, nsplits_or_sections, axis)
277
278 cases = [
279 (inp1, 2, 3),

Callers 4

run_testFunction · 0.70
_test_allcloseFunction · 0.70
testFunction · 0.70
test_copy_emptyFunction · 0.70

Calls 3

broadcast_toMethod · 0.80
reshapeMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected