Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DisableXlaCompilation (0.14 sec)

  1. tensorflow/compiler/jit/device_compiler_disable_test.cc

      for (int i = 0; i < 2; ++i) {
        args[i].kind = XlaCompiler::Argument::kParameter;
        args[i].type = DT_INT32;
        args[i].shape = TensorShape({2, i + 1});
        args[i].name = absl::StrCat("arg", i);
      }
    
      DisableXlaCompilation();
    
      xla::LocalClient* client = xla::ClientLibrary::LocalClientOrDie();
      DeviceType device_type = DeviceType(DEVICE_CPU_XLA_JIT);
    
      const XlaCompiler::CompilationResult* compilation_result;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top