Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp173 build_borrowing_binary_float_op(maybe_get_output(), self, other); in TORCH_META_FUNC2()
178 build_borrowing_binary_float_op(maybe_get_output(), self, other); in TORCH_META_FUNC2()
192 build_borrowing_binary_float_op(maybe_get_output(), self, other); in TORCH_META_FUNC()
196 build_borrowing_binary_float_op(maybe_get_output(), self, other); in TORCH_META_FUNC()
200 build_borrowing_binary_float_op(maybe_get_output(), self, n); in TORCH_META_FUNC()
204 build_borrowing_binary_float_op(maybe_get_output(), self, n); in TORCH_META_FUNC()
208 build_borrowing_binary_float_op(maybe_get_output(), self, n); in TORCH_META_FUNC()
212 build_borrowing_binary_float_op(maybe_get_output(), self, n); in TORCH_META_FUNC()
216 build_borrowing_binary_float_op(maybe_get_output(), self, n); in TORCH_META_FUNC()
220 build_borrowing_binary_float_op(maybe_get_output(), self, n); in TORCH_META_FUNC()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.h566 void build_borrowing_binary_float_op(
570 TORCH_DISALLOW_TEMPORARIES(build_borrowing_binary_float_op)
H A DTensorIterator.cpp898 void TensorIteratorBase::build_borrowing_binary_float_op( in build_borrowing_binary_float_op() function in at::TensorIteratorBase