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

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

Merged
merged 3 commits into from
Oct 29, 2020

Commits on Oct 26, 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 26, 2020
    Configuration menu
    Copy the full SHA
    77ccf78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8ea9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad2c9b View commit details
    Browse the repository at this point in the history