Home
last modified time | relevance | path

Searched defs:combine (Results 1 – 25 of 152) sorted by relevance

1234567

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_gather_combiner_test.cc75 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
111 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
147 AllGatherCombiner combine(255, kMaxCombineCount); in TEST_F() local
172 AllGatherCombiner combine(256, kMaxCombineCount); in TEST_F() local
193 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
218 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
249 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
289 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
313 AllGatherCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
Dall_reduce_combiner_test.cc123 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F() local
171 AllReduceCombiner combine(10 * 1024 * 1024, kMaxCombineCount); in TEST_F() local
193 AllReduceCombiner combine((8 + 4) * 1024 - 1, kMaxCombineCount); in TEST_F() local
203 AllReduceCombiner combine((8 + 4) * 1024, kMaxCombineCount); in TEST_F() local
230 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
259 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
295 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
340 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
370 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
410 AllReduceCombiner combine(1024 * 1024, kMaxCombineCount); in TEST_F() local
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DZip.kt32 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/
DREADME.md1 # combine chapter
77 ### Formats and protocols
87 ### Miscellaneous
/external/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm51 .combine: label
128 .combine: label
/external/libvpx/vp8/common/x86/
Dmfqe_sse2.asm50 .combine: label
127 .combine: label
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
DCombineFlowsBenchmark.kt24 fun combine() = runBlocking { in <lambda>() method in benchmarks.flow.CombineFlowsBenchmark
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMutableAggregation.java65 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/android/guava/src/com/google/common/util/concurrent/
DCollectionFuture.java81 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/guava/src/com/google/common/util/concurrent/
DCollectionFuture.java81 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/libtextclassifier/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
Dhash.h164 static H combine(H state) { return state; } in combine() function
/external/openscreen/third_party/abseil/src/absl/hash/internal/
Dspy_hash_state.h72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
Dhash.h164 static H combine(H state) { return state; } in combine() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h72 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
81 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
Dhash.h166 static H combine(H state) { return state; } in combine() function
/external/python/cpython2/Tools/scripts/
Dcombinerefs.py88 def combine(fname): function
/external/python/cpython3/Tools/scripts/
Dcombinerefs.py124 def combine(fname): function
/external/tensorflow/third_party/absl/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h73 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
82 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h73 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
82 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h73 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
82 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
/external/cronet/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h73 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
82 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
/external/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h73 static SpyHashStateImpl combine(SpyHashStateImpl s, const A& a, in combine() function
82 static SpyHashStateImpl combine(SpyHashStateImpl s) { in combine() function
/external/tensorflow/tensorflow/python/framework/
Dcombinations.py79 combine = test_combinations.combine variable
/external/rust/crates/crc32fast/src/
Dlib.rs58 mod combine; module
163 pub fn combine(&mut self, other: &Self) { in combine() method

1234567