Home
last modified time | relevance | path

Searched defs:other_converted (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorCompare.cpp558 auto other_converted = other.to(result_type); in where() local
564 auto other_converted = at::scalar_tensor(other, self.options().dtype(result_type)); in where() local