try_elem_atan2

Function try_elem_atan2 

Source
pub fn try_elem_atan2(
    y: &GpuTensorHandle,
    x: &GpuTensorHandle,
) -> Option<GpuTensorHandle>
Expand description

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