Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dtensor_impl.cpp104 const auto new_numel = compute_numel(new_sizes.data(), dim_); in internal_resize_contiguous() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorMath.cpp398 const int64_t new_numel = at::sum(num_segments).item<int64_t>(); in NestedTensor_sum_dim_CPU() local
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h2473 int64_t new_numel = 1; in SetDimsTemplate() local