Skip to main content

execute_tensor_reduction

Function execute_tensor_reduction 

Source
pub fn execute_tensor_reduction(
    cx: &mut Cx,
    operator: Symbol,
    tensor: &Tensor,
) -> Result<Tensor>
Expand description

Runs a whole-tensor sum, min, or max through the active executor.