pub fn sub_with_config(
lhs: &Tensor,
rhs: &Tensor,
config: ParallelElementwiseConfig,
) -> Result<Tensor, KernelError>Expand description
Backend-agnostic subtract with explicit elementwise parallelization heuristics.
pub fn sub_with_config(
lhs: &Tensor,
rhs: &Tensor,
config: ParallelElementwiseConfig,
) -> Result<Tensor, KernelError>Backend-agnostic subtract with explicit elementwise parallelization heuristics.