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 D | statistics.cc | 23 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 D | logic.cc | 81 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 D | reduction.cc | 51 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 D | creation.h | 39 Array EmptyReduced(const Shape& shape, Dtype dtype, const Axes& axes, bool keepdims, Device& device…
|
H A D | creation.cc | 62 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 D | pool.cc | 277 … Array actual_out = internal::EmptyReduced(col.shape(), col.dtype(), kernel_axes, false, device); in Call()
|