Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FusedBatchNormV2 (0.13 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                /*broadcast_dimensions=*/DenseI64ArrayAttr());
          }
    
          if (std::is_same<FusedBatchNormOpT, TF::FusedBatchNormV2Op>::value) {
            // FusedBatchNormV2 expects 4 outputs.
            // Outputs 3 and 4 are currently marked as "reserved spaces 1 and 2".
            // They are used to pass the per-batch mean and variance to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        StringRef GetOptimalLayout(const RuntimeDevices& devices);
        LogicalResult UpdateDataFormat(StringRef data_format);
      }];
    }
    
    def TF_FusedBatchNormV2Op : TF_Op<"FusedBatchNormV2", [Pure, TF_FoldOperandsTransposeInterface, TF_LayoutSensitiveInterface]> {
      let summary = "Batch normalization.";
    
      let description = [{
    Note that the size of 4D Tensors are defined by either "NHWC" or "NCHW".
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top