Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IncrementFailedLegalizationCount (0.36 sec)

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

      config.unlegalizedOps = &unconverted_ops;
      auto result = applyPartialConversion(op, target, std::move(patterns), config);
      if (failed(result)) {
        IncrementFailedLegalizationCount(op, target);
      }
      for (const auto &unconverted_op : unconverted_ops) {
        IncrementFailedLegalizationCount(unconverted_op, target);
      }
      return result;
    }
    
    /// When `tf2xla_fallback_device_type` is not `None`, also uses legalization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top