Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_test
Function · 0.70
_test_allclose
Function · 0.70
test
Function · 0.70
test_copy_empty
Function · 0.70
Calls
3
broadcast_to
Method · 0.80
reshape
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected