/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/ |
H A D | Conv.cpp | 48 struct CacheKey { struct 49 at::native::ConvolutionParams params; 50 uint8_t input_alignment; 51 uint8_t weight_alignment; 52 uint8_t output_alignment; 54 int8_t bias_alignment; 55 bool kReluFused;
|
H A D | Linear.cpp | 50 struct CacheKey { struct 51 LinearParams params; 52 uint8_t input_alignment; 53 uint8_t weight_alignment; 54 uint8_t output_alignment; 56 int8_t bias_alignment; 57 bool kReluFused;
|
H A D | BinaryOps.cpp | 41 struct CacheKey { struct 42 AddParams params; 43 uint8_t input_a_alignment; 44 uint8_t input_b_alignment; 45 uint8_t output_alignment; 46 bool kReluFused;
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | compiled_autograd.h | 41 struct CacheKey { struct 44 CacheKey(const std::type_index& ntype, const uint8_t* key, uint16_t len) in CacheKey() function 62 size_t hash() const { in hash() 67 std::type_index node_type; 68 uint16_t key_size; 69 const uint8_t* key;
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/controller/ |
D | CacheKey.java | 55 final class CacheKey { class 61 …public CacheKey(int widthMeasureSpec, int heightMeasureSpec, float expansion, boolean gutsVisible)… in CacheKey() method in CacheKey 93 public CacheKey() { in CacheKey() method in CacheKey
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | function_cache.h | 131 struct CacheKey { struct 134 bool operator==(const CacheKey& other) const { argument
|
H A D | op_cache.h | 80 CacheKey(string_view op_name, OpHandler* op_handler, in CacheKey() function 87 CacheKey(const CacheKey& other) in CacheKey() function
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BitmapCachingAsset.java | 42 private static class CacheKey { class in BitmapCachingAsset 51 CacheKey(Asset asset, int width, int height) { in CacheKey() method in BitmapCachingAsset.CacheKey 55 CacheKey(Asset asset, int width, int height, boolean rtl, Rect rect) { in CacheKey() method in BitmapCachingAsset.CacheKey
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | SignatureFileCache.kt | 24 private data class CacheKey( in <lambda>() dataClass
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | value_inference.cc | 415 struct CacheKey { struct 416 CacheKey(int64_t handle, InferenceContext context, in CacheKey() function 419 int64_t handle; 420 InferenceContext context; 421 PostorderDFSNodeType type;
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/ |
H A D | Conv_v8.cpp | 168 struct CacheKey { struct 169 ConvolutionParams params; 170 cudnnBackendDescriptorType_t operation; 171 uint8_t x_alignment; 172 uint8_t w_alignment; 173 uint8_t y_alignment;
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/ |
H A D | ResultReaderWithLru.kt | 98 data class CacheKey( dataClass
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/clocks/ |
D | TypefaceCache.java | 71 static final class CacheKey { class in TypefaceCache 77 public CacheKey(@org.jetbrains.annotations.NotNull() in CacheKey() method in TypefaceCache.CacheKey
|
/aosp_15_r20/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
H A D | TypefaceCache.kt | 34 private data class CacheKey(val res: String, val fvar: String?) dataClass
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/ |
H A D | WeakCache.java | 327 private static final class CacheKey<K> extends WeakReference<K> { class in WeakCache 343 private CacheKey(K key, ReferenceQueue<K> refQueue) { in CacheKey() method in WeakCache.CacheKey
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | WeakCache.java | 327 private static final class CacheKey<K> extends WeakReference<K> { class in WeakCache 343 private CacheKey(K key, ReferenceQueue<K> refQueue) { in CacheKey() method in WeakCache.CacheKey
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | WeakCache.java | 327 private static final class CacheKey<K> extends WeakReference<K> { class in WeakCache 343 private CacheKey(K key, ReferenceQueue<K> refQueue) { in CacheKey() method in WeakCache.CacheKey
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsServiceCache.java | 52 public static class CacheKey { class in MdnsServiceCache 56 CacheKey(@NonNull String serviceType, @NonNull SocketKey socketKey) { in CacheKey() method in MdnsServiceCache.CacheKey
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderImpl.java | 219 static final class CacheKey { class in StatusBarContentInsetsProviderImpl 226 public CacheKey(@com.android.systemui.util.leak.RotationUtils.Rotation() in CacheKey() method in StatusBarContentInsetsProviderImpl.CacheKey
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ThumbnailCache.java | 359 private static class CacheKey { class in ThumbnailCache 364 CacheKey(Uri uri, UserId userId, Point point) { in CacheKey() method in ThumbnailCache.CacheKey
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | _simple_stubs.py | 41 CacheKey = Tuple[ variable 119 def _evict_locked(self, key: CacheKey):
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1038 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 963 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 990 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1051 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 946 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local 977 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local 1039 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 588 private static final class CacheKey { class in ResourceBundle 631 CacheKey(String baseName, Locale locale, ClassLoader loader) { in CacheKey() method in ResourceBundle.CacheKey 647 CacheKey(CacheKey src) { in CacheKey() method in ResourceBundle.CacheKey
|