Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for client_type (0.17 sec)

  1. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

              "package_name": "com.google.android.apps.santatracker.debug"
            }
          },
          "oauth_client": [
            {
              "client_id": "foo.example.com",
              "client_type": 3
            }
          ],
          "api_key": [
            {
              "current_key": "012345678901234567890123456789012345678"
            }
          ],
          "services": {
            "analytics_service": {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/device_executable_persistor.h

    template <typename ExecutableType, typename ClientType>
    std::string DeviceExecutablePersistor<ExecutableType, ClientType>::GetFilePath(
        const XlaSerializedCacheKey& key) const {
      const std::string file_name =
          absl::StrCat(XlaSerializedCacheKeyToString(key), ".pb");
      return io::JoinPath(persistent_cache_directory_, file_name);
    }
    
    template <typename ExecutableType, typename ClientType>
    XlaSerializedCacheKey
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/device_compiler.h

    }
    }  // namespace device_compiler_internal
    
    template <typename ExecutableType, typename ClientType>
    DeviceCompiler<ExecutableType, ClientType>::DeviceCompiler(
        std::unique_ptr<DeviceExecutablePersistor<ExecutableType, ClientType>>
            persistor,
        std::unique_ptr<DeviceCompilerClient<ExecutableType, ClientType>>
            compiler_client)
        : persistor_(std::move(persistor)),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/kernels/xla_ops.cc

    // during execution) because otherwise we risk observing a different snapshot
    // with shapes different from what we compiled for.
    template <typename ExecutableType, typename ClientType>
    class ExecutableClosure {
     public:
      explicit ExecutableClosure(
          ClientType* client, ExecutableType* executable,
          const XlaCompiler::CompilationResult* compilation_result,
          ResourceVarsSnapshot resource_var_snapshots, int num_constant_args)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top