Home
last modified time | relevance | path

Searched defs:StridesType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/exec_aten/
H A Dexec_aten.h72 using StridesType = int64_t; variable
116 using StridesType = torch::executor::Tensor::StridesType; variable
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_transpose_copy.cpp17 using StridesType = exec_aten::StridesType; typedef
H A Dop_t_copy.cpp18 using StridesType = exec_aten::StridesType; typedef
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dtensor.h36 using StridesType = TensorImpl::StridesType; variable
H A Dtensor_impl.h87 using StridesType = int32_t; variable
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dtranspose_util.h18 using StridesType = exec_aten::StridesType; variable
/aosp_15_r20/external/executorch/runtime/core/portable_type/test/
H A Dtensor_impl_test.cpp27 using StridesType = TensorImpl::StridesType; typedef