Searched refs:build_binary_op (Results 1 – 4 of 4) sorted by relevance
/external/pytorch/aten/src/ATen/native/ |
D | Lerp.cpp | 32 build_binary_op(maybe_get_output(), self, end); in TORCH_META_FUNC()
|
D | BinaryOps.cpp | 263 build_binary_op(maybe_get_output(), self, other); in TORCH_META_FUNC() 345 build_binary_op(maybe_get_output(), self, other); in TORCH_META_FUNC() 350 build_binary_op(maybe_get_output(), self, other); in TORCH_META_FUNC()
|
/external/pytorch/aten/src/ATen/ |
D | TensorIterator.h | 571 void build_binary_op(
|
D | TensorIterator.cpp | 986 void TensorIteratorBase::build_binary_op(const TensorBase& out, const TensorBase& a, const TensorBa… in build_binary_op() function in at::TensorIteratorBase 1064 iter.build_binary_op(out, a, b); in binary_op()
|