pub fn try_elem_hypot(
a: &GpuTensorHandle,
b: &GpuTensorHandle,
) -> Option<GpuTensorHandle>Expand description
Convenience: perform elementwise hypot via provider if possible; otherwise return None
pub fn try_elem_hypot(
a: &GpuTensorHandle,
b: &GpuTensorHandle,
) -> Option<GpuTensorHandle>Convenience: perform elementwise hypot via provider if possible; otherwise return None