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

Method can_broadcast

src/ndarray/mod.rs:199–213  ·  view source on GitHub ↗

judge whether lhs can be broadcasted by rhs it often needs the shape of rhs to be a (continuous and from right to left) subset of lhs's shape

(lhs: &Vec<usize>, rhs: &Vec<usize>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

lenMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected