Skip to main content

execute_tensor_matmul

Function execute_tensor_matmul 

Source
pub fn execute_tensor_matmul(
    cx: &mut Cx,
    left: &Tensor,
    right: &Tensor,
) -> Result<Tensor>
Expand description

Runs vector or matrix multiplication through the active executor.