try_elem_hypot

Function try_elem_hypot 

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

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