Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BatchNormWithGlobalNormalization (0.18 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_patterns.td

    def ConvertTfConst : Pat<(TF_ConstOp:$res DenseElementsAttr:$value), (Arith_ConstantOp $value),
              [(AnyStaticShapeTensor $res)]>;
    
    // Convert the legacy BatchNormWithGlobalNormalization to other ops.
    def ConvertBatchNormWithGlobalNormalization_1 : Pat<
      (TF_BatchNormWithGlobalNormalizationOp
        $t, $m, $v, $beta, $gamma, F32Attr:$variance_epsilon, ConstBoolAttrFalse:$scale_after_normalization),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top