Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DLerp.cpp32 build_binary_op(maybe_get_output(), self, end); in TORCH_META_FUNC()
DBinaryOps.cpp263 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/
DTensorIterator.h571 void build_binary_op(
DTensorIterator.cpp986 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()