* Fix Relay ARM CPU spatial pack depthwise alter op layout issue.
* Update tune_relay_arm.py
inputs[0], inputs[1], strides, padding,
dilation, layout, out_dtype=out_dtype)
elif layout == "NCHW" and \
- kernel_layout == "OIHW" and \
get_const_int(inputs[1].shape[0]) == groups and \
get_const_int(inputs[1].shape[1]) == 1:
out = topi.nn.depthwise_conv2d_nchw(
'log_filename': log_file,
'tuner': 'xgb',
- 'n_trial': 1000,
+ 'n_trial': 1500,
'early_stopping': 800,
'measure_option': autotvm.measure_option(