Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dialect_name_of_ (0.16 sec)

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

      llvm::StringMap<StringRef> dialect_name_of_;
      llvm::StringMap<StringRef> op_name_of_;
      std::vector<std::string> accepted_dialects_;
      std::vector<std::string> optional_accepted_dialects_;
      raw_ostream *os_;
      int total_ops_;
    };
    }  // namespace
    
    void PrintOpStatsPass::runOnOperation() {
      op_with_dialect_count_.clear();
      dialect_count_.clear();
      dialect_name_of_.clear();
    
    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