Home
last modified time | relevance | path

Searched defs:DimOrderType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/exec_aten/
H A Dexec_aten.h71 using DimOrderType = uint8_t; variable
115 using DimOrderType = torch::executor::Tensor::DimOrderType; variable
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dtensor.h34 using DimOrderType = TensorImpl::DimOrderType; variable
H A Dtensor_impl.h75 using DimOrderType = uint8_t; variable
/aosp_15_r20/external/executorch/runtime/core/portable_type/test/
H A Dtensor_impl_test.cpp26 using DimOrderType = TensorImpl::DimOrderType; typedef