Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFDataFormatIsNDHWC (0.49 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

          if (!exponential_avg_factor)
            exponential_avg_factor =
                rewriter.getFloatAttr(rewriter.getF32Type(), 1.0f);
        }
        if (!TFDataFormatIsNHWC(fused_batch_norm_op) &&
            !TFDataFormatIsNDHWC(fused_batch_norm_op))
          return failure();
    
        if (!(((*root.getODSResults(1).begin()).use_empty()))) {
          return rewriter.notifyMatchFailure(
              fused_batch_norm_op, [&](::mlir::Diagnostic &diag) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top