Skip to main content

elementwise_trinary_execute

Function elementwise_trinary_execute 

Source
pub unsafe fn elementwise_trinary_execute(
    handle: cutensorHandle_t,
    plan: cutensorPlan_t,
    alpha: *const c_void,
    a: *const c_void,
    beta: *const c_void,
    b: *const c_void,
    gamma: *const c_void,
    c: *const c_void,
    d: *mut c_void,
    stream: cudaStream_t,
) -> Result<(), CutensorError>
Expand description

Execute a previously-planned trinary elementwise op.

ยงSafety

As elementwise_binary_execute.