Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreatePjRtCompilerClient (0.38 sec)

  1. tensorflow/compiler/jit/device_executable_persistor_test.cc

     protected:
      void SetUp() override {
        xla_compiler_client_ = std::make_unique<XlaDeviceCompilerClient>(
            xla::ClientLibrary::LocalClientOrDie());
        TF_ASSERT_OK(CreatePjRtCompilerClient());
    
        XlaOpRegistry::RegisterCompilationKernels();
    
        flib_def_ = std::make_unique<FunctionLibraryDefinition>(
            OpRegistry::Global(), FunctionDefLibrary());
    
        cache_dir_ = testing::TmpDir();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top