Home
last modified time | relevance | path

Searched defs:cache_size (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/pytorch/torch/distributions/
H A Dtransforms.py95 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 Dcached_file_descriptor.h34 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 Dcached_frame.cpp76 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 Dutils.py240 cache_size, argument
289 cache_size, argument
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc92 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 Dsimple_index_file.cc253 uint64_t cache_size) in IndexMetadata()
379 uint64_t cache_size, in WriteToDisk()
/aosp_15_r20/system/extras/simpleperf/
H A DCallChainJoiner.cpp27 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 Ddb_bench_sqlite3.cc221 std::string cache_size; in PrintEnvironment() local
441 char cache_size[100]; in Open() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_cache_fuzzer.cc25 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 Dimpl_x86__base_implementation.inl1767 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 Dimpl_x86__base_implementation.inl1778 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 Dtseg_region.c27 const size_t cache_size = CONFIG_SMM_RESERVED_SIZE; in smm_subregion() local
/aosp_15_r20/external/piex/src/binary_parse/
H A Dcached_paged_byte_array.cc30 const PagedByteArray* paged_byte_array, size_t cache_size) in CachedPagedByteArray()
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Daes_ctr_prng.cc48 void AesCtrPrng::GenerateBytes(uint8_t* cache, int cache_size) { in GenerateBytes()
/aosp_15_r20/external/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c67 unsigned cache_size; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_dispatcher.h216 size_t cache_size() const { return py_class_cache_.size(); } in cache_size() function
/aosp_15_r20/external/eigen/bench/
H A Dcheck_cache_queries.cpp69 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 Dmodeling_base.py37 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 Dcached_blind_sign_auth.cc82 size_t cache_size; in HandleGetTokensResponse() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/resctrl/
H A Dcmt_test.c22 static unsigned long cache_size; variable
/aosp_15_r20/external/cronet/third_party/cpu_features/src/include/
H A Dcpu_features_cache_info.h36 int cache_size; // Cache size in bytes member
/aosp_15_r20/external/cpu_features/include/
H A Dcpu_features_cache_info.h36 int cache_size; // Cache size in bytes member
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaConfig.h23 size_t cache_size = 1024; member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h56 uint64_t cache_size; member
/aosp_15_r20/external/drm_hwcomposer/hwc3/
H A DDrmHwcThree.cpp107 size_t cache_size = 0; in CleanDisplayResources() local

12345