Home
last modified time | relevance | path

Searched refs:compute_depthwise_conv2d_nhwc (Results 1 – 3 of 3) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/op/strategy/
H A Darm_cpu.py192 wrap_compute_conv2d(topi.arm_cpu.compute_depthwise_conv2d_nhwc),
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/topi/python/
H A Dtest_topi_depthwise_conv2d.py52 topi.arm_cpu.compute_depthwise_conv2d_nhwc,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/arm_cpu/
H A Ddepthwise_conv2d.py194 def compute_depthwise_conv2d_nhwc(_, data, kernel, strides, padding, dilation, out_dtype): function