Home
last modified time | relevance | path

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

/external/rust/crates/futures/tests/
Deventual.rs98 fn select2() { in select2() function
/external/rust/crates/futures/tests_disabled/
Dall.rs248 fn select2() { in select2() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc321 xla::XlaOp select2 = xla::Select(above_max, gradient, zeroes); in Compile() local
/external/crosvm/cros_async/src/
Dlib.rs197 pub async fn select2<F1: Future + Unpin, F2: Future + Unpin>( in select2() function
/external/rust/crates/mio/src/sys/windows/
Dselector.rs459 pub fn select2( in select2() method
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtuple_test.cc389 auto select2 = Select(GetTupleElement(pred_tuple, 1), tuple21, select1); in XLA_TEST_F() local
/external/rust/crates/crossbeam-channel/tests/
Dgolang.rs691 mod select2 { module