value_matmul

Function value_matmul 

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

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