MCPcopy Create free account
hub / github.com/Raibows/MLinRust / permute

Method permute

src/ndarray/mod.rs:235–321  ·  view source on GitHub ↗

rearrange the dimension (axis); faster than original permute(implemented by recursive call) 20x think about the matrix transpose

(&self, order: Vec<usize>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

forwardMethod · 0.80
forwardMethod · 0.80
forward_as_borrowMethod · 0.80
backwardMethod · 0.80
test_permuteFunction · 0.80
test_permute_intrinsicFunction · 0.80
test_permute_profilingFunction · 0.80

Calls 4

getMethod · 0.80
reshapeMethod · 0.80
dimMethod · 0.80
iter_mutMethod · 0.80

Tested by 3

test_permuteFunction · 0.64
test_permute_intrinsicFunction · 0.64
test_permute_profilingFunction · 0.64