Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/flags.cc

      mlir_flags->tf_mlir_enable_multiple_local_cpu_devices =
          enable_mlir_multiple_local_cpu_devices;
    
      if (use_tfg_graph_dumper) {
        UseMlirForGraphDump(MlirDumpConfig{}.elide_large_attributes().emit_dialect(
            MlirDumpConfig::Dialect::kTFG));
      }
    
      AllocateAndParseJitRtFlags();
    }
    
    void ResetFlags() {
      delete build_ops_flags;
      delete mark_for_compilation_flags;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top