Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DNestedTensorImpl.h119 int64_t size_custom(int64_t d) const override { in size_custom() function
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchedTensorImpl.cpp86 int64_t BatchedTensorImpl::size_custom(int64_t d) const { in size_custom() function in at::functorch::BatchedTensorImpl
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h970 virtual int64_t size_custom(int64_t d) const { in size_custom() function