Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EnableIrPrinting (0.24 sec)

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

        sanitized.push_back(c);
      }
    
      return sanitized;
    }
    
    // Pass instrumentation that dumps MLIR based on the criteria specified by
    // `ir_dump_*` debug options.
    //
    // While `mlir::PassManager::enableIRPrinting` provides a similar functionality,
    // it is cumbersome to manually copy printed IRs and run them with `tf-opt`.
    // Also, long MLIR dumps are often truncated during printing. Instead, this
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

        // Print the whole module after each pass which requires disabling
        // multi-threading as well.
        module_op.getContext()->disableMultithreading();
        tf2xla.enableIRPrinting(
            std::make_unique<::tensorflow::DataDumperLoggerConfig>(
                [module_name](const std::string& pass_tag_name,
                              mlir::Operation* op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top