Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for should_print_ir_after_pass (0.23 sec)

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

        std::function<bool(mlir::Pass*, mlir::Operation*)>
            should_print_ir_before_pass(
                CreatePrintIRFun(options.print_ir_before()));
        std::function<bool(mlir::Pass*, mlir::Operation*)>
            should_print_ir_after_pass(CreatePrintIRFun(options.print_ir_after()));
    
        mlir::OpPrintingFlags opPrintingFlags = mlir::OpPrintingFlags();
    
        if (options.has_elide_elementsattrs_if_larger()) {
    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