• D
    fix(place): add x86 nhwc place in subgraph_pass · 53b6e51b
    dingminghui 提交于
    Since input tensor is modified to NHWC, which is not compatible to cast
    kernel in NCHW layout, type_layout_cast_pass will insert a layout
    instruction to transform data. Use NHWC cast kernel to avoid cast layout
    53b6e51b
mlu_postprocess_pass.cc 23.6 KB