Home
last modified time | relevance | path

Searched defs:compute_numel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dtensor_impl.cpp27 ssize_t compute_numel(const TensorImpl::SizesType* sizes, ssize_t dim) { in compute_numel() function
/aosp_15_r20/external/executorch/runtime/core/exec_aten/
H A Dexec_aten.h93 inline ssize_t compute_numel(const SizesType* sizes, ssize_t dim) { in compute_numel() function
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h2525 int64_t compute_numel() const { in compute_numel() function