Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BridgeLoggerConfig (0.15 sec)

  1. 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();
        pm.enableIRPrinting(std::make_unique<tensorflow::BridgeLoggerConfig>(
            /*print_module_scope=*/true));
      }
    
      mlir::StatusScopedDiagnosticHandler diag_handler(module_op.getContext());
      if (failed(pm.run(module_op))) return diag_handler.ConsumeStatus();
    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