Home
last modified time | relevance | path

Searched defs:conv2d_depthwise (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dconv2d.cpp148 Tensor conv2d_depthwise( in conv2d_depthwise() function
162 Tensor conv2d_depthwise( in conv2d_depthwise() function
174 Tensor conv2d_depthwise( in conv2d_depthwise() function
210 Tensor conv2d_depthwise( in conv2d_depthwise() function
/aosp_15_r20/external/pytorch/test/xpu/
H A Dtest_conv.py990 def conv2d_depthwise(x, weight): function
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_convolution.py3390 def conv2d_depthwise(x, weight): function