Skip to main content

value_matmul

Function value_matmul 

Source
pub async fn value_matmul(a: &Value, b: &Value) -> BuiltinResult<Value>
Expand description

GPU-aware matmul entry: if both inputs are GpuTensor handles, call provider; otherwise fall back to CPU.