Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.x][BUGFIX]Fix MKLDNN BatchNorm with even number of channels (#19150) #19299 #19425 #19445

Merged
merged 3 commits into from
Oct 29, 2020

Commits on Oct 29, 2020

  1. Fix MKLDNN BatchNorm with even number of channels (apache#19150)

    Even number of channels results in data reordering before batch
    norm operation. Therefore, if BatchNorm data array is view of
    another array and the data is stored in MKLDNN format, the data
    needs to be converted to the default format.
    akarbown committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    70c5b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b58d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c11470 View commit details
    Browse the repository at this point in the history