Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sorted_dialect (0.1 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/op_stat_pass.cc

      *os_ << "---------------------------------\n";
      SmallVector<StringRef, 64> sorted_op(op_with_dialect_count_.keys());
      SmallVector<StringRef, 64> sorted_dialect(dialect_count_.keys());
      llvm::sort(sorted_op);
      llvm::sort(sorted_dialect);
    
      *os_ << " * Accepted dialects: ";
      int num_dialect = 0;
      // Print the accepted dialect list.
      for (const auto &dialect_name : accepted_dialects_) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top