try_elem_max

Function try_elem_max 

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

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