Trait ha_ndarray::ops::GatherCond
source · pub trait GatherCond<A, L, R, T>: PlatformInstance{
type Op: ReadOp<Self, T>;
// Required method
fn cond(
self,
cond: A,
then: L,
or_else: R
) -> Result<AccessOp<Self::Op, Self>, Error>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.