Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DumpInstrumentation (0.14 sec)

  1. tensorflow/compiler/mlir/lite/debug/debug.cc

            dump_pass_re_(std::make_unique<RE2>(dump_pass_regex)),
            dump_func_re_(std::make_unique<RE2>(dump_func_regex)) {}
    
      DumpInstrumentation(const DumpInstrumentation& other) = delete;
      DumpInstrumentation& operator=(const DumpInstrumentation& other) = delete;
    
      void runBeforePass(mlir::Pass* pass, mlir::Operation* op) override {
        // Always print before the first pass.
        if (!printed_) {
          Dump("before_all", op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top