Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for JitRtFlags (0.23 sec)

  1. tensorflow/compiler/jit/flags.cc

    MarkForCompilationPassFlags* mark_for_compilation_flags;
    XlaDeviceFlags* device_flags;
    XlaSparseCoreFlags* sparse_core_flags;
    XlaOpsCommonFlags* ops_flags;
    XlaCallModuleFlags* call_module_flags;
    MlirCommonFlags* mlir_flags;
    JitRtFlags* jitrt_flags;
    std::vector<Flag>* jitrt_flag_list;
    
    std::vector<Flag>* flag_list;
    absl::once_flag flags_init;
    
    bool SetterForXlaAutoJitFlag(const string& value) {
      int32_t opt_level;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/flags.h

      // with different local CPU devices settings.
      bool tf_mlir_enable_multiple_local_cpu_devices;
    };
    
    // Flags for the JitRt pipeline -- see tf_jitrt_pipeline.h for details.
    struct JitRtFlags {
      bool always_specialize;
      bool cost_driven_async_parallel_for;
    
      // Enables tracking of the "live" JitRt queries to, on a crash, identify the
      // "query of death". See TfJitRtQueryOfDeathLogger.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top