Searched refs:logical_self (Results 1 – 1 of 1) sorted by relevance
140 auto logical_self = self; in binary_pointwise_batching_rule() local142 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()