Home
last modified time | relevance | path

Searched refs:logical_self (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchingRegistrations.cpp140 auto logical_self = self; in binary_pointwise_batching_rule() local
142 auto result_type = at::native::result_type(logical_self, logical_other); in binary_pointwise_batching_rule()
143 if (logical_self.scalar_type() != result_type) { in binary_pointwise_batching_rule()
144 logical_self = logical_self.to(result_type); in binary_pointwise_batching_rule()
150 {std::move(logical_self), std::move(logical_other)}); in binary_pointwise_batching_rule()