Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // Defines a pass class for print the summary of non-converted ops similar to
    // mlir::PrintOpStatsPass, but this pass will show the simpler information.
    namespace {
    class PrintOpStatsPass : public PassWrapper<PrintOpStatsPass, OperationPass<>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(PrintOpStatsPass)
    
      explicit PrintOpStatsPass(raw_ostream *os = &llvm::errs(),
    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