Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaDevice (0.57 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      if (debug_options_.dump_graphs) {
        DumpGraphToFile("before_mark_for_compilation", *graph_, flib_def_);
      }
    
      // Mark clusters for compilation that:
      // * are placed on a device that requires compilation (an XlaDevice),
      // * are explicitly marked for compilation (_XlaCompile=true), or
      // * have more than debug_options_.xla_min_cluster_size elements (applicable
      //   only if compilation is enabled, otherwise there will be no such
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top