Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xla_device (0.19 sec)

  1. tensorflow/compiler/jit/BUILD

            "xla_compile_on_demand_op.cc",
            "xla_compiler_options_util.cc",
            "xla_device.cc",
            "xla_device_ops.cc",
            "xla_ops_on_regular_devices.cc",
            "xla_platform_info.cc",
        ],
        hdrs = [
            "xla_compile_on_demand_op.h",
            "xla_compiler_options_util.h",
            "xla_device.h",
            "xla_device_ops.h",
            "xla_platform_info.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  2. 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