Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _FusedBatchNormEx (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/gpu_fusion.cc

    //   %0 = "tf.Relu"(%y#0)
    // ->
    //   %y:6 = "tf._FusedBatchNormEx"(%x, %scale, %offset, %mean, %variance)
    //
    // Or:
    //   %y:6 = "tf.FusedBatchNormV3"(%x, %scale, %offset, %mean, %variance)
    //   %0 = "tf.AddV2"(%y#0, %side_input)
    //   %1 = "tf.Relu"(%0)
    // ->
    //  %y:6 = "tf._FusedBatchNormEx"(%x, %scale, %offset, %mean, %variance,
    //                                %side_input)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 5.2K bytes
    - Viewed (0)
Back to top