/aosp_15_r20/external/pytorch/torch/distributions/ |
H A D | transforms.py | 95 def __init__(self, cache_size=0): argument 139 def with_cache(self, cache_size=1): argument 249 def with_cache(self, cache_size=1): argument 288 def __init__(self, parts: List[Transform], cache_size=0): argument 351 def with_cache(self, cache_size=1): argument 416 def __init__(self, base_transform, reinterpreted_batch_ndims, cache_size=0): argument 421 def with_cache(self, cache_size=1): argument 487 def __init__(self, in_shape, out_shape, cache_size=0): argument 502 def with_cache(self, cache_size=1): argument 570 def __init__(self, exponent, cache_size=0): argument [all …]
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | cached_file_descriptor.h | 34 explicit CachedFileDescriptorBase(size_t cache_size) : cache_(cache_size) {} in CachedFileDescriptorBase() 76 CachedFileDescriptor(FileDescriptorPtr fd, size_t cache_size) in CachedFileDescriptor() 86 UnownedCachedFileDescriptor(FileDescriptor* fd, size_t cache_size) in UnownedCachedFileDescriptor()
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | cached_frame.cpp | 76 size_t cache_size = ImageProcessor::GetConvertedSize( in Convert() local 94 size_t cache_size = ImageProcessor::GetConvertedSize( in ConvertToYU12() local
|
/aosp_15_r20/external/executorch/examples/mediatek/aot_utils/llm_utils/ |
H A D | utils.py | 240 cache_size, argument 289 cache_size, argument
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_file_unittest.cc | 92 V6IndexMetadataForTest(uint64_t entry_count, uint64_t cache_size) in V6IndexMetadataForTest() 132 V7IndexMetadataForTest(uint64_t entry_count, uint64_t cache_size) in V7IndexMetadataForTest() 142 V8IndexMetadataForTest(uint64_t entry_count, uint64_t cache_size) in V8IndexMetadataForTest()
|
H A D | simple_index_file.cc | 253 uint64_t cache_size) in IndexMetadata() 379 uint64_t cache_size, in WriteToDisk()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | CallChainJoiner.cpp | 27 LRUCache::LRUCache(size_t cache_size, size_t matched_node_count_to_extend_callchain) in LRUCache() 269 CallChainJoiner::CallChainJoiner(size_t cache_size, size_t matched_node_count_to_extend_callchain, in CallChainJoiner()
|
/aosp_15_r20/external/leveldb/benchmarks/ |
H A D | db_bench_sqlite3.cc | 221 std::string cache_size; in PrintEnvironment() local 441 char cache_size[100]; in Open() local
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_cache_fuzzer.cc | 25 size_t cache_size = data_provider.ConsumeIntegral<size_t>(); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/ |
H A D | impl_x86__base_implementation.inl | 1767 int cache_size = ways * partitioning * line_size * tlb_entries; local 1877 const int cache_size = GetCacheSizeLegacyAMD(level, cache_id); local
|
/aosp_15_r20/external/cpu_features/src/ |
H A D | impl_x86__base_implementation.inl | 1778 int cache_size = ways * partitioning * line_size * tlb_entries; local 1888 const int cache_size = GetCacheSizeLegacyAMD(level, cache_id); local
|
/aosp_15_r20/external/coreboot/src/cpu/x86/smm/ |
H A D | tseg_region.c | 27 const size_t cache_size = CONFIG_SMM_RESERVED_SIZE; in smm_subregion() local
|
/aosp_15_r20/external/piex/src/binary_parse/ |
H A D | cached_paged_byte_array.cc | 30 const PagedByteArray* paged_byte_array, size_t cache_size) in CachedPagedByteArray()
|
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | aes_ctr_prng.cc | 48 void AesCtrPrng::GenerateBytes(uint8_t* cache, int cache_size) { in GenerateBytes()
|
/aosp_15_r20/external/mesa3d/src/gallium/tests/unit/ |
H A D | u_cache_test.c | 67 unsigned cache_size; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_api_dispatcher.h | 216 size_t cache_size() const { return py_class_cache_.size(); } in cache_size() function
|
/aosp_15_r20/external/eigen/bench/ |
H A D | check_cache_queries.cpp | 69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); in main() local
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/ |
H A D | modeling_base.py | 37 def get_example_inputs(self, num_token, cache_size, get_dym_shape): argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/ |
H A D | cached_blind_sign_auth.cc | 82 size_t cache_size; in HandleGetTokensResponse() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/resctrl/ |
H A D | cmt_test.c | 22 static unsigned long cache_size; variable
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/include/ |
H A D | cpu_features_cache_info.h | 36 int cache_size; // Cache size in bytes member
|
/aosp_15_r20/external/cpu_features/include/ |
H A D | cpu_features_cache_info.h | 36 int cache_size; // Cache size in bytes member
|
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/ |
H A D | LlamaConfig.h | 23 size_t cache_size = 1024; member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_cache.h | 56 uint64_t cache_size; member
|
/aosp_15_r20/external/drm_hwcomposer/hwc3/ |
H A D | DrmHwcThree.cpp | 107 size_t cache_size = 0; in CleanDisplayResources() local
|