Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/external/mesa3d/docs/ci/
Dfdo-cache23 # time and ignore the headers that defeat caching
26 include snippets/uri-caching.conf;
35 # for caching isn't to lower the number of http requests but to
42 include snippets/uri-caching.conf;
/external/pytorch/torch/csrc/autograd/functions/
Daccumulate_grad.h125 at::caching::adjusted_use_count(new_grad) <= num_expected_refs && in accumulateGrad()
157 !at::caching::is_cached_tensor(new_grad._indices()) && in accumulateGrad()
158 !at::caching::is_cached_tensor(new_grad._values()) && in accumulateGrad()
159 !at::caching::is_cached_tensor(new_grad)); in accumulateGrad()
/external/dagger2/
Dgradle.properties11 # Enable caching between builds.
12 org.gradle.caching=true
14 # Enable configuration caching between builds.
/external/igt-gpu-tools/tests/
Dkms_pwrite_crc.c53 uint32_t caching; in test() local
80 caching = gem_get_caching(data->drm_fd, fb->gem_handle); in test()
81 igt_assert(caching == I915_CACHING_NONE || caching == I915_CACHING_DISPLAY); in test()
Dkms_mmap_write_crc.c81 uint32_t caching; in test() local
106 caching = gem_get_caching(data->drm_fd, fb->gem_handle); in test()
107 igt_assert(caching == I915_CACHING_NONE || caching == I915_CACHING_DISPLAY); in test()
/external/jspecify/samples/
DTypeVariableMinusNullVsTypeVariable.java24 NonnullSupplier<T> caching(); in caching() method
52 return cast.caching(); in cachingIfPossible()
/external/bazelbuild-rules_go/tests/core/stdlib/
DREADME.rst9 Go build ids are used for caching within ``go build``; they are not needed by
10 Bazel, which has its own caching mechanism. The build id is influenced by
/external/python/mako/doc/build/
Dcaching.rst23 The caching system requires that a cache backend be installed; this
26 any other third-party caching libraries that feature Mako integration.
28 By default, caching will attempt to make use of Beaker.
33 In addition to being available on the ``<%page>`` tag, the caching flag and all
62 * ``cached="True"`` - enable caching for this ``<%page>``,
85 caching can be configured using these arguments:
88 to ``False`` will disable all caching functionality
114 underlying caching implementation, minus the ``"cache_"`` prefix.
204 * ``cache_type`` - type of caching. ``'memory'``, ``'file'``, ``'dbm'``, or
282 The mechanism used by caching can be plugged in
[all …]
Dindex.rst15 caching
/external/curl/docs/cmdline-opts/
Dno-sessionid.md18 Disable curl's use of SSL session-ID caching. By default all transfers are
25 --sessionid to enforce session-ID caching.
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_gem.c162 uint32_t gem_handle, uint32_t caching) in anv_gem_set_caching() argument
166 .caching = caching, in anv_gem_set_caching()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/mesa3d/src/intel/vulkan/i915/
Danv_kmd_backend.c35 uint32_t gem_handle, uint32_t caching) in i915_gem_set_caching() argument
39 .caching = caching, in i915_gem_set_caching()
/external/accompanist/
Dgradle.properties17 # Turn on parallel compilation, caching and on-demand configuration
19 org.gradle.caching=true
/external/dagger2/javatests/artifacts/dagger-ksp/
Dgradle.properties1 org.gradle.caching=true
/external/dagger2/javatests/artifacts/dagger/
Dgradle.properties1 org.gradle.caching=true
/external/dagger2/javatests/artifacts/dagger-android/simple/
Dgradle.properties2 org.gradle.caching=true
/external/dagger2/javatests/artifacts/hilt-android/pluginMarker/
Dgradle.properties2 org.gradle.caching=true
/external/dagger2/javatests/artifacts/dagger-android-ksp/
Dgradle.properties2 org.gradle.caching=true
/external/bazelbuild-rules_rust/rust/private/
Dstamp.bzl24 … This setting should be avoided, since it potentially kills remote caching for the binary and \
26 …amp = 0: Always replace build information by constant values. This gives good build result caching.
/external/angle/extensions/
DEGL_ANGLE_timestamp_surface_attribute.txt51 with the exception that ANGLE's EGL implementation will support caching
92 for caching EGL_TIMESTAMPS_ANDROID state.
/external/libwebsockets/READMEs/
DREADME.tls-sessions.md3 Lws supports clientside session caching and session resumption on both mbedtls
51 Server-side TLS generally has session caching enabled by default. For client
64 Mbedtls supports clientside session caching in lws, but it does not have a
93 You can disable session caching for a particular vhost by adding the vhost
/external/pytorch/aten/src/ATen/
DCachedTensorUtils.h5 namespace at::caching {
/external/igt-gpu-tools/lib/
Dioctl_wrappers.c202 int __gem_set_caching(int fd, uint32_t handle, uint32_t caching) in __gem_set_caching() argument
209 arg.caching = caching; in __gem_set_caching()
230 void gem_set_caching(int fd, uint32_t handle, uint32_t caching) in gem_set_caching() argument
232 igt_require(__gem_set_caching(fd, handle, caching) == 0); in gem_set_caching()
255 return arg.caching; in gem_get_caching()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dcompile_cache_item.proto8 // for caching JIT compiles of kernels.

12345678910>>...22