Home
last modified time | relevance | path

Searched defs:caches (Results 1 – 25 of 102) sorted by relevance

12345

/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
DKSObjectCacheManager.kt22 val caches = arrayListOf<KSObjectCache<*, *>>() constant
/external/XNNPACK/src/operators/
Dprelu-nc.c32 xnn_caches_t caches, in create_prelu_nc()
126 xnn_caches_t caches, in xnn_create_prelu_nc_f16()
150 xnn_caches_t caches, in xnn_create_prelu_nc_f32()
Dfully-connected-nc.c47 xnn_caches_t caches, in create_fully_connected_nc()
310 xnn_caches_t caches, in xnn_create_fully_connected_nc_f16()
375 xnn_caches_t caches, in xnn_create_fully_connected_nc_f32()
441 xnn_caches_t caches, in xnn_create_fully_connected_nc_qs8()
522 xnn_caches_t caches, in xnn_create_fully_connected_nc_qu8()
Dconvolution-nhwc.c197 static enum xnn_status create_convolution2d_nhwc( in create_convolution2d_nhwc()
653 enum xnn_status xnn_create_convolution2d_nhwc_qu8( in xnn_create_convolution2d_nhwc_qu8()
772 enum xnn_status xnn_create_convolution2d_nhwc_qs8( in xnn_create_convolution2d_nhwc_qs8()
886 enum xnn_status xnn_create_convolution2d_nhwc_qc8( in xnn_create_convolution2d_nhwc_qc8()
1029 xnn_caches_t caches, in xnn_create_convolution2d_nhwc_f16()
1142 xnn_caches_t caches, in xnn_create_convolution2d_nhwc_f32()
1254 xnn_caches_t caches, in xnn_create_fused_convolution2d_nhwc_f32()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheReferencesTest.java51 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest
/external/guava/guava-tests/test/com/google/common/cache/
DCacheReferencesTest.java51 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest
/external/cpuinfo/src/arm/windows/
Dinit-by-logical-sys-info.c118 struct cpuinfo_cache* caches = NULL; in cpu_info_init_by_logical_sys_info() local
424 struct cpuinfo_cache* caches, in read_caches_for_processors()
454 struct cpuinfo_cache* caches, in read_all_logical_processor_info_of_relation()
605 struct cpuinfo_cache* caches, in parse_relation_cache_info()
/external/XNNPACK/test/
Dfully-connected-operator-tester.h236 xnn_caches caches = { in TestQS8() local
417 xnn_caches caches = { in TestQU8() local
586 xnn_caches caches = { in TestF32() local
761 xnn_caches caches = { in TestF16() local
Dprelu-operator-tester.h147 xnn_caches caches = { in TestF16() local
263 xnn_caches caches = { in TestF32() local
/external/XNNPACK/src/subgraph/
Dhardswish.c24 const struct xnn_caches* caches) in create_hardswish_operator()
Dfloor.c24 const struct xnn_caches* caches) in create_floor_operator()
Dnegate.c24 const struct xnn_caches* caches) in create_negate_operator()
Dsquare-root.c24 const struct xnn_caches* caches) in create_square_root_operator()
Dsoftmax.c24 const struct xnn_caches* caches) in create_softmax_operator()
Dbankers-rounding.c24 const struct xnn_caches* caches) in create_bankers_rounding_operator()
Dsquare.c24 const struct xnn_caches* caches) in create_square_operator()
Dceiling.c24 const struct xnn_caches* caches) in create_ceiling_operator()
Dabs.c23 const struct xnn_caches* caches) in create_abs_operator()
Dsigmoid.c24 const struct xnn_caches* caches) in create_sigmoid_operator()
Delu.c24 const struct xnn_caches* caches) in create_elu_operator()
Ddepth-to-space.c23 const struct xnn_caches* caches) in create_depth_to_space_operator()
Deven-split.c81 const struct xnn_caches* caches) in create_even_split2_operator()
132 const struct xnn_caches* caches) in create_even_split3_operator()
188 const struct xnn_caches* caches) in create_even_split4_operator()
Dstatic-reshape.c25 const struct xnn_caches* caches) in create_copy_operator()
Dprelu.c24 const struct xnn_caches* caches) in create_prelu_operator()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc197 explicit MultiGrpcChannelCache(const std::vector<GrpcChannelCache*>& caches, in MultiGrpcChannelCache()
355 std::vector<GrpcChannelCache*> caches; in NewGrpcChannelCache() local

12345