/external/tensorflow/tensorflow/compiler/xla/service/ |
D | all_gather_combiner_test.cc | 77 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 113 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 149 AllGatherCombiner combine(255, kMaxCombineCount); in TEST_F() local 174 AllGatherCombiner combine(256, kMaxCombineCount); in TEST_F() local 195 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 220 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 251 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 291 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 315 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
|
D | all_reduce_combiner_test.cc | 125 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F() local 173 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F() local 195 AllReduceCombiner combine((8 + 4) * 1024 - 1, kMaxCombineCount); in TEST_F() local 205 AllReduceCombiner combine((8 + 4) * 1024, kMaxCombineCount); in TEST_F() local 232 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 261 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 297 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 342 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 372 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local 412 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Zip.kt | 32 public fun <T1, T2, R> Flow<T1>.combine(flow: Flow<T2>, transform: suspend (a: T1, b: T2) -> R): Fl… in <lambda>() method 51 public fun <T1, T2, R> combine(flow: Flow<T1>, flow2: Flow<T2>, transform: suspend (a: T1, b: T2) -… in combine() method 114 public fun <T1, T2, T3, R> combine( in combine() method 150 public fun <T1, T2, T3, T4, R> combine( in combine() method 190 public fun <T1, T2, T3, T4, T5, R> combine( in combine() method 234 public inline fun <reified T, R> combine( in combine() method 283 public inline fun <reified T, R> combine( in combine() method
|
/external/rust/crates/combine/ |
D | README.md | 1 # combine chapter 71 ### Formats and protocols 81 ### Miscellaneous
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_mfqe_sse2.asm | 51 .combine: label 128 .combine: label
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 50 .combine: label 127 .combine: label
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/ |
D | CombineFlowsBenchmark.kt | 24 fun combine() = runBlocking { in <lambda>() method
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/ |
D | MutableAggregation.java | 65 abstract void combine(MutableAggregation other, double fraction); in combine() method in MutableAggregation 93 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableSumDouble 162 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableCount 211 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableMean 335 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableDistribution 507 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableLastValueDouble
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | CollectionFuture.java | 81 abstract C combine(List<@Nullable Present<V>> values); in combine() method in CollectionFuture 94 public List<@Nullable V> combine(List<@Nullable Present<V>> values) { in combine() method in CollectionFuture.ListFuture
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | CollectionFuture.java | 81 abstract C combine(List<@Nullable Present<V>> values); in combine() method in CollectionFuture 94 public List<@Nullable V> combine(List<@Nullable Present<V>> values) { in combine() method in CollectionFuture.ListFuture
|
/external/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function 81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
|
D | hash.h | 167 static H combine(H state) { return state; } in combine() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function 81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
|
D | hash.h | 166 static H combine(H state) { return state; } in combine() function
|
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function 81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
|
D | hash.h | 167 static H combine(H state) { return state; } in combine() function
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function 81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
|
D | hash.h | 164 static H combine(H state) { return state; } in combine() function
|
/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | spy_hash_state.h | 72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function 81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
|
D | hash.h | 164 static H combine(H state) { return state; } in combine() function
|
/external/python/cpython2/Tools/scripts/ |
D | combinerefs.py | 88 def combine(fname): function
|
/external/python/cpython3/Tools/scripts/ |
D | combinerefs.py | 124 def combine(fname): function
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | spy_hash_state.h | 73 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function 82 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
|
/external/rust/crates/crc32fast/src/ |
D | lib.rs | 58 mod combine; module 163 pub fn combine(&mut self, other: &Self) { in combine() method
|
/external/tensorflow/tensorflow/python/framework/ |
D | combinations.py | 83 combine = test_combinations.combine variable
|