Home
last modified time | relevance | path

Searched defs:cacheSizeBytes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
H A DRlsProtoData.java104 abstract long cacheSizeBytes(); in cacheSizeBytes() method in RlsProtoData.RouteLookupConfig
132 abstract Builder cacheSizeBytes(long cacheSizeBytes); in cacheSizeBytes() method in RlsProtoData.RouteLookupConfig.Builder
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DCompilationBenchmarkResult.java26 float[] saveToCacheTimeSec, float[] prepareFromCacheTimeSec, int cacheSizeBytes) { in CompilationBenchmarkResult()
/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.h69 int cacheSizeBytes = 0; member
Drun_tflite.cpp537 bool BenchmarkModel::getCompilationCacheSize(int* cacheSizeBytes, bool useNnapiSl) { in getCompilationCacheSize()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaModelChunk.cpp341 const size_t cacheSizeBytes = inputCacheInfo.nbytes; in InitCache() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
H A DCacheDataSource.java320 void onCachedBytesRead(long cacheSizeBytes, long cachedBytesRead); in onCachedBytesRead()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
H A DCacheDataSource.java314 void onCachedBytesRead(long cacheSizeBytes, long cachedBytesRead); in onCachedBytesRead()