Home
last modified time | relevance | path

Searched defs:get_memory_format (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/exir/
H A Ddim_order_utils.py34 def get_memory_format(dim_order: Optional[List[int]]) -> torch.memory_format: function
/aosp_15_r20/external/executorch/kernels/aten/cpu/
H A Dop__to_dim_order_copy.cpp28 Optional<MemoryFormat> get_memory_format(OptionalArrayRef<int64_t> dim_order) { in get_memory_format() function