如何在张量流中导入 ReductionV2?

How to import ReductionV2 in tensorflow?

我想导入tensorflow中的ReductionV2方法,但是找不到源码。我正在寻找这个方法:

losses_utils.ReductionV2.AUTO

但是当我尝试导入它时,我得到:

ModuleNotFoundError: No module named 'tensorflow.keras.utils.losses_utils'

使用tf.keras.losses.Reduction,默认值为AUTO