Skip to main content

sub_with_config

Function sub_with_config 

Source
pub fn sub_with_config(
    lhs: &Tensor,
    rhs: &Tensor,
    config: ParallelElementwiseConfig,
) -> Result<Tensor, KernelError>
Expand description

Backend-agnostic subtract with explicit elementwise parallelization heuristics.