Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fusedBatchNormV3 (0.15 sec)

  1. RELEASE.md

            support generators and Sequences.
    *   `tf.lite`
        *   Legalization for `NMS` ops in TFLite.
        *   add `narrow_range` and `axis` to `quantize_v2` and `dequantize` ops.
        *   Added support for `FusedBatchNormV3` in converter.
        *   Add an `errno`-like field to `NNAPI` delegate for detecting `NNAPI`
            errors for fallback behaviour.
        *   Refactors `NNAPI` Delegate to support detailed reason why an operation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        // TF_LayoutSensitiveInterface:
        StringRef GetOptimalLayout(const RuntimeDevices& devices);
        LogicalResult UpdateDataFormat(StringRef data_format);
      }];
    }
    
    def TF_FusedBatchNormV3Op : TF_Op<"FusedBatchNormV3", [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