pub fn maxof<A, B>(
lhs: &Array<A>,
rhs: &Array<B>,
batch: bool
) -> Array<A::Output> where
A: ImplicitPromote<B>,
B: ImplicitPromote<A>,
Elementwise maximum operation of two Arrays
This is an element wise binary operation.
If shape/dimensions of lhs
and rhs
are same, the value of batch
parameter has no effect.
If shape/dimensions of lhs
and rhs
are different, the value of batch
has to be set to true
. In this case, the shapes of lhs
and rhs
have to satisfy the following criteria:
lhs
and rhs
along a given dimension/axislhs
or rhs
along a given dimension/axisRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4