/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/ |
D | KSObjectCacheManager.kt | 22 val caches = arrayListOf<KSObjectCache<*, *>>() constant
|
/external/XNNPACK/src/operators/ |
D | prelu-nc.c | 32 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()
|
D | fully-connected-nc.c | 47 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()
|
D | convolution-nhwc.c | 197 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/ |
D | CacheReferencesTest.java | 51 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheReferencesTest.java | 51 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest
|
/external/cpuinfo/src/arm/windows/ |
D | init-by-logical-sys-info.c | 118 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/ |
D | fully-connected-operator-tester.h | 236 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
|
D | prelu-operator-tester.h | 147 xnn_caches caches = { in TestF16() local 263 xnn_caches caches = { in TestF32() local
|
/external/XNNPACK/src/subgraph/ |
D | hardswish.c | 24 const struct xnn_caches* caches) in create_hardswish_operator()
|
D | floor.c | 24 const struct xnn_caches* caches) in create_floor_operator()
|
D | negate.c | 24 const struct xnn_caches* caches) in create_negate_operator()
|
D | square-root.c | 24 const struct xnn_caches* caches) in create_square_root_operator()
|
D | softmax.c | 24 const struct xnn_caches* caches) in create_softmax_operator()
|
D | bankers-rounding.c | 24 const struct xnn_caches* caches) in create_bankers_rounding_operator()
|
D | square.c | 24 const struct xnn_caches* caches) in create_square_operator()
|
D | ceiling.c | 24 const struct xnn_caches* caches) in create_ceiling_operator()
|
D | abs.c | 23 const struct xnn_caches* caches) in create_abs_operator()
|
D | sigmoid.c | 24 const struct xnn_caches* caches) in create_sigmoid_operator()
|
D | elu.c | 24 const struct xnn_caches* caches) in create_elu_operator()
|
D | depth-to-space.c | 23 const struct xnn_caches* caches) in create_depth_to_space_operator()
|
D | even-split.c | 81 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()
|
D | static-reshape.c | 25 const struct xnn_caches* caches) in create_copy_operator()
|
D | prelu.c | 24 const struct xnn_caches* caches) in create_prelu_operator()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 197 explicit MultiGrpcChannelCache(const std::vector<GrpcChannelCache*>& caches, in MultiGrpcChannelCache() 355 std::vector<GrpcChannelCache*> caches; in NewGrpcChannelCache() local
|