Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for detailed_logging (0.27 sec)

  1. tensorflow/compiler/jit/xla_compile_on_demand_op.cc

          GenerateCompilerOptionsForPjRt(*(ctx->function_library()), ctx->device(),
                                         platform_info_, *pjrt_device_compiler);
      // No detailed logging for on demand op.
      options.detailed_logging = false;
      XlaCompiler::CompileOptions compile_options = GetCompileOptions(true);
    
      return (*pjrt_device_compiler)
          ->CompileSingleOpIfNeeded(options, args, compile_options, ctx, *profiler,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/get_compiler_ir.cc

      build_options.set_alias_passthrough_params(options.alias_passthrough_params);
      build_options.mutable_debug_options()->set_xla_detailed_logging(
          options.detailed_logging);
      // If the embed_ir_in_executable is set, hlo_proto will be dumped in
      // executable. The hlo_proto contains HLO modules and buffer assignment.
      build_options.mutable_debug_options()->set_xla_embed_ir_in_executable(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top