Home
last modified time | relevance | path

Searched refs:schedule_depthwise_conv2d_nhwc (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/tvm/incubator-tvm-0.6.1/topi/recipe/conv/
H A Ddepthwise_conv2d_test.py25 …om topi.cuda.depthwise_conv2d import schedule_depthwise_conv2d_nchw, schedule_depthwise_conv2d_nhwc
165 s1 = schedule_depthwise_conv2d_nhwc(DepthwiseConv2d)
166 s2 = schedule_depthwise_conv2d_nhwc(ScaleShift)
167 s3 = schedule_depthwise_conv2d_nhwc(Relu)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/topi_recipe/conv/
H A Ddepthwise_conv2d_test.py28 schedule_depthwise_conv2d_nhwc,
193 s1 = schedule_depthwise_conv2d_nhwc(DepthwiseConv2d)
194 s2 = schedule_depthwise_conv2d_nhwc(ScaleShift)
195 s3 = schedule_depthwise_conv2d_nhwc(Relu)
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/recipe/conv/
H A Ddepthwise_conv2d_test.py25 …om topi.cuda.depthwise_conv2d import schedule_depthwise_conv2d_nchw, schedule_depthwise_conv2d_nhwc
165 s1 = schedule_depthwise_conv2d_nhwc(DepthwiseConv2d)
166 s2 = schedule_depthwise_conv2d_nhwc(ScaleShift)
167 s3 = schedule_depthwise_conv2d_nhwc(Relu)
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/hls/
H A Dnn.py145 @generic.schedule_depthwise_conv2d_nhwc.register(["hls"])
146 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/hls/
H A Dnn.py145 @generic.schedule_depthwise_conv2d_nhwc.register(["hls"])
146 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dtest_topi_depthwise_conv2d.py160 s1 = topi.generic.schedule_depthwise_conv2d_nhwc(DepthwiseConv2d)
161 s2 = topi.generic.schedule_depthwise_conv2d_nhwc(ScaleShift)
162 s3 = topi.generic.schedule_depthwise_conv2d_nhwc(Relu)
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dtest_topi_depthwise_conv2d.py160 s1 = topi.generic.schedule_depthwise_conv2d_nhwc(DepthwiseConv2d)
161 s2 = topi.generic.schedule_depthwise_conv2d_nhwc(ScaleShift)
162 s3 = topi.generic.schedule_depthwise_conv2d_nhwc(Relu)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/topi/python/
H A Dtest_topi_depthwise_conv2d.py50 "generic": (topi.nn.depthwise_conv2d_nhwc, topi.generic.schedule_depthwise_conv2d_nhwc),
53 topi.arm_cpu.schedule_depthwise_conv2d_nhwc,
55 "gpu": (topi.nn.depthwise_conv2d_nhwc, topi.cuda.schedule_depthwise_conv2d_nhwc),
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/cuda/
H A Ddepthwise_conv2d.py134 @generic.schedule_depthwise_conv2d_nhwc.register(["cuda", "gpu"])
135 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/cuda/
H A Ddepthwise_conv2d.py134 @generic.schedule_depthwise_conv2d_nhwc.register(["cuda", "gpu"])
135 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/op/strategy/
H A Drocm.py118 wrap_topi_schedule(topi.cuda.schedule_depthwise_conv2d_nhwc),
H A Dhls.py120 wrap_topi_schedule(topi.hls.schedule_depthwise_conv2d_nhwc),
H A Darm_cpu.py193 wrap_topi_schedule(topi.arm_cpu.schedule_depthwise_conv2d_nhwc),
H A Dx86.py163 wrap_topi_schedule(topi.generic.schedule_depthwise_conv2d_nhwc),
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/intel_graphics/
H A Ddepthwise_conv2d.py135 @generic.schedule_depthwise_conv2d_nhwc.register(["intel_graphics"])
136 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/intel_graphics/
H A Ddepthwise_conv2d.py135 @generic.schedule_depthwise_conv2d_nhwc.register(["intel_graphics"])
136 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/generic/
H A Dnn.py382 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/generic/
H A Dnn.py265 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/generic/
H A Dnn.py265 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/hls/
H A Dnn.py140 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/cuda/
H A Ddepthwise_conv2d.py140 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/intel_graphics/
H A Ddepthwise_conv2d.py139 def schedule_depthwise_conv2d_nhwc(outs): function
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dtopi_integration.py101 topi.generic.schedule_depthwise_conv2d_nhwc],
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dtopi_integration.py101 topi.generic.schedule_depthwise_conv2d_nhwc],
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/python/nnvm/top/
H A Dnn.py164 return topi.generic.schedule_depthwise_conv2d_nhwc(outs)

12