Home
last modified time | relevance | path

Searched refs:convert_conv2d_weight_memory_format (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dmemory_format.py5 def convert_conv2d_weight_memory_format(module, memory_format): function
76 convert_conv2d_weight_memory_format(child, memory_format)
H A D__init__.py12 convert_conv2d_weight_memory_format,
/aosp_15_r20/external/pytorch/docs/source/
H A Dnn.rst403 convert_conv2d_weight_memory_format
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_convolution.py3936 model = nn.utils.convert_conv2d_weight_memory_format(model, memory_format)
3946 model = nn.utils.convert_conv2d_weight_memory_format(model, memory_format)