try_elem_add

Function try_elem_add 

Source
pub fn try_elem_add(
    a: &GpuTensorHandle,
    b: &GpuTensorHandle,
) -> Option<GpuTensorHandle>
Expand description

Convenience: perform elementwise add via provider if possible; otherwise return None