Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolution.cpp1416 at::MemoryFormat backend_memory_format = at::MemoryFormat::Contiguous; in determine_backend_memory_format() local
1516 at::MemoryFormat backend_memory_format = determine_backend_memory_format(input, weight, backend); in _convolution() local
2046 at::MemoryFormat backend_memory_format = determine_backend_memory_format(input, weight, backend); in convolution_backward() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/
H A DConv.cpp578 at::MemoryFormat backend_memory_format = at::MemoryFormat::Contiguous; in convolution_overrideable() local