Home
last modified time | relevance | path

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

/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/routines/
H A Dstatistics.cc23 Array out = internal::EmptyReduced(a.shape(), a.dtype(), sorted_axis, keepdims, a.device()); in AMax()
68 Array out = internal::EmptyReduced(a.shape(), a.dtype(), sorted_axis, keepdims, a.device()); in AMin()
116 Array out = internal::EmptyReduced(a.shape(), out_dtype, sorted_axis, keepdims, a.device()); in Mean()
H A Dlogic.cc81 Array out = internal::EmptyReduced(a.shape(), Dtype::kBool, sorted_axis, keepdims, a.device()); in All()
91 Array out = internal::EmptyReduced(a.shape(), Dtype::kBool, sorted_axis, keepdims, a.device()); in Any()
H A Dreduction.cc51 Array out = internal::EmptyReduced(a.shape(), out_dtype, sorted_axis, keepdims, a.device()); in Sum()
166 …Array out = internal::EmptyReduced(a_masked.shape(), out_dtype, sorted_axis, keepdims, a_masked.de… in Nansum()
H A Dcreation.h39 Array EmptyReduced(const Shape& shape, Dtype dtype, const Axes& axes, bool keepdims, Device& device…
H A Dcreation.cc62 Array EmptyReduced(const Shape& shape, Dtype dtype, const Axes& axes, bool keepdims, Device& device… in EmptyReduced() function
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/native_device/
H A Dpool.cc277 … Array actual_out = internal::EmptyReduced(col.shape(), col.dtype(), kernel_axes, false, device); in Call()