Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compile_graph_setup_before (0.2 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

      applyTensorflowAndCLOptions(pm);
      mlir::TF::StandardPipelineOptions tf_options;
      mlir::TF::CreateTFStandardPipeline(pm, tf_options);
    
      if (VLOG_IS_ON(1))
        tensorflow::DumpMlirOpToFile("compile_graph_setup_before", module_op);
      if (VLOG_IS_ON(2)) {
        // Print the whole module after each pass which requires disabling
        // multi-threading as well.
        module_op.getContext()->disableMultithreading();
    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