Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvUtils.h329 auto weight_memory_format = weight.suggest_memory_format(); in cudnn_conv_suggest_memory_format() local
371 auto weight_memory_format = weight.suggest_memory_format(); in miopen_conv_use_channels_last() local
397 auto weight_memory_format = weight.suggest_memory_format(); in mkldnn_conv_use_channels_last() local
413 auto weight_memory_format = weight.suggest_memory_format(); in thnn_conv_use_channels_last() local
436 auto weight_memory_format = weight.suggest_memory_format(); in xpu_conv_use_channels_last() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_mkldnn.py353 def _test_conv_deconv_nhwc_base(self, conv_module, weight_memory_format, dtype, prec=None): argument