Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GenerateCompilerOptionsForTfrtTpu (1.23 sec)

  1. tensorflow/compiler/jit/get_compiler_ir.cc

          }));
      core::ScopedUnref xla_device_compiler_ref(xla_device_compiler);
    
      XlaCompiler::Options options;
      if (platform_info.device_type() == DEVICE_TPU && stream == nullptr) {
        options = GenerateCompilerOptionsForTfrtTpu(*xla_device_compiler, *flr);
      } else {
        options = GenerateCompilerOptions(*xla_device_compiler, *flr, dev, stream,
                                          platform_info,
    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