/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 46 func XlaSpmdShardToFullShape(scope *Scope, input tf.Output, manual_sharding string, full_shape tf.S… 73 func XlaSort(scope *Scope, input tf.Output) (output tf.Output) { 130 func XlaDynamicSlice(scope *Scope, input tf.Output, start_indices tf.Output, size_indices tf.Output… 147 func XlaSetBound(scope *Scope, input tf.Output, bound tf.Output) (output tf.Output) { 171 func XlaDot(scope *Scope, lhs tf.Output, rhs tf.Output, dimension_numbers string, precision_config … 238 …eQuantWithMinMaxVarsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, min tf.Output, m… 278 func XlaSvd(scope *Scope, a tf.Output, max_iter int64, epsilon float32, precision_config string) (s… 337 func FakeQuantWithMinMaxArgsGradient(scope *Scope, gradients tf.Output, inputs tf.Output, optional … 370 func XlaBroadcastHelper(scope *Scope, lhs tf.Output, rhs tf.Output, broadcast_dims tf.Output) (lhs_… 455 func TensorScatterSub(scope *Scope, tensor tf.Output, indices tf.Output, updates tf.Output) (output… [all …]
|
D | gradients.go | 33 func Gradients(scope *Scope, y []tf.Output, x []tf.Output, dx ...tf.Output) (output []tf.Output) {
|
/external/rust/crates/futures-task/src/ |
D | future_obj.rs | 29 unsafe fn remove_future_lifetime<'a, T>(ptr: *mut (dyn Future<Output = T> + 'a)) in remove_future_lifetime() 36 unsafe fn remove_drop_lifetime<'a, T>(ptr: unsafe fn (*mut (dyn Future<Output = T> + 'a))) in remove_drop_lifetime() 81 type Output = T; typedef 129 type Output = T; typedef 158 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a); in into_raw() 178 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)); in drop() 185 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() 189 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop() 194 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() 198 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop() [all …]
|
/external/rust/crates/futures-util/src/ |
D | fns.rs | 5 type Output; typedef 6 fn call_once(self, arg: A) -> Self::Output; in call_once() 13 type Output = R; typedef 20 fn call_mut(&mut self, arg: A) -> Self::Output; in call_mut() 35 fn call(&self, arg: A) -> Self::Output; in call() 83 type Output = Result<A, E>; typedef 84 fn call_once(self, arg: A) -> Self::Output { in call_once() 99 type Output = G::Output; typedef 100 fn call_once(self, arg: A) -> Self::Output { in call_once() 109 fn call_mut(&mut self, arg: A) -> Self::Output { in call_mut() [all …]
|
/external/rust/crates/ring/src/arithmetic/ |
D | montgomery.rs | 44 type Output: Encoding; typedef 48 type Output = R; typedef 51 type Output = Unencoded; typedef 54 type Output = RInverse; typedef 59 type Output: Encoding; typedef 63 type Output = E::Output; typedef 67 type Output = E; typedef 74 type Output = <<E as ReductionEncoding>::Output as ReductionEncoding>::Output; typedef 84 type Output = <(Unencoded, RR) as ProductEncoding>::Output; typedef 87 type Output = <(RInverse, RR) as ProductEncoding>::Output; typedef
|
/external/tensorflow/tensorflow/go/ |
D | operation.go | 70 func (op *Operation) Output(i int) Output { func 83 type Output struct { struct 85 Op *Operation 88 Index int 92 func (p Output) DataType() DataType { 97 func (p Output) Shape() Shape { 126 func (p Output) c() C.TF_Output { 135 func (p Output) canBeAnInput() {} 138 func (p Output) Consumers() []Consumer {
|
/external/rust/crates/num-traits/src/ops/ |
D | inv.rs | 4 type Output; typedef 17 fn inv(self) -> Self::Output; in inv() 21 type Output = f32; typedef 28 type Output = f64; typedef 35 type Output = f32; typedef 42 type Output = f64; typedef
|
D | mul_add.rs | 25 type Output; typedef 28 fn mul_add(self, a: A, b: B) -> Self::Output; in mul_add() 39 type Output = Self; typedef 42 fn mul_add(self, a: Self, b: Self) -> Self::Output { in mul_add() 49 type Output = Self; typedef 52 fn mul_add(self, a: Self, b: Self) -> Self::Output { in mul_add()
|
/external/rust/crates/criterion/src/ |
D | async_executor.rs | 22 fn block_on<T>(&self, future: impl Future<Output = T>) -> T; in block_on() 30 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() 40 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() 47 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() 53 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() 63 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on()
|
/external/rust/crates/tokio/src/future/ |
D | try_join.rs | 14 F1: Future<Output = Result<T1, E>>, in try_join3() 15 F2: Future<Output = Result<T2, E>>, in try_join3() 16 F3: Future<Output = Result<T3, E>>, in try_join3() 47 type Output = Result<(T1, T2, T3), E>; typedef 49 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
|
D | maybe_done.rs | 33 pub fn output_mut(self: Pin<&mut Self>) -> Option<&mut Fut::Output> { in output_mut() 46 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() 63 type Output = (); typedef 65 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Output.java | 16 public class Output<T> { class 33 public Output() { in Output() method in Output 41 public Output(T value) { in Output() method in Output
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Output.java | 16 public class Output<T> { class 36 public Output() { in Output() method in Output 45 public Output(T value) { in Output() method in Output
|
/external/crosvm/cros_async/src/ |
D | lib.rs | 113 type Output = T; typedef 136 pub fn run_one<F: Future>(fut: F) -> Result<F::Output> { in run_one() 154 pub fn run_one_uring<F: Future>(fut: F) -> Result<F::Output> { in run_one_uring() 170 pub fn run_one_poll<F: Future>(fut: F) -> Result<F::Output> { in run_one_poll() 395 pub async fn complete2<F1, F2>(f1: F1, f2: F2) -> (F1::Output, F2::Output) in complete2() 416 pub async fn complete3<F1, F2, F3>(f1: F1, f2: F2, f3: F3) -> (F1::Output, F2::Output, F3::Output) in complete3() argument 444 ) -> (F1::Output, F2::Output, F3::Output, F4::Output) in complete4() 476 ) -> (F1::Output, F2::Output, F3::Output, F4::Output, F5::Output) in complete5()
|
/external/rust/crates/futures-executor/benches/ |
D | thread_notify.rs | 20 type Output = (); in thread_yield_single_thread_one_wait() typedef 22 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in thread_yield_single_thread_one_wait() 48 type Output = (); in thread_yield_single_thread_many_wait() typedef 50 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in thread_yield_single_thread_many_wait() 85 type Output = (); in thread_yield_multi_thread() typedef 87 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in thread_yield_multi_thread()
|
/external/rust/cxx/gen/cmd/src/ |
D | output.rs | 4 pub(crate) enum Output { enum 9 impl Output { impl
|
/external/rust/crates/futures-util/src/future/ |
D | maybe_done.rs | 53 pub fn output_mut(self: Pin<&mut Self>) -> Option<&mut Fut::Output> { in output_mut() 65 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() 89 type Output = (); typedef 91 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
|
/external/rust/crates/tokio/src/signal/ |
D | reusable_box.rs | 21 F: Future<Output = T> + Send + 'static, in new() 39 F: Future<Output = T> + Send + 'static, in set() 53 F: Future<Output = T> + Send + 'static, in try_set() 81 F: Future<Output = T> + Send + 'static, in set_same_layout() 107 pub(crate) fn get_pin(&mut self) -> Pin<&mut (dyn Future<Output = T> + Send)> { in get_pin() 120 type Output = T; typedef 204 type Output = u32; typedef
|
/external/rust/crates/async-stream/src/ |
D | next.rs | 9 pub fn next<S>(stream: &mut S) -> impl Future<Output = Option<S::Item>> + '_ in next() 27 type Output = Option<S::Item>; typedef 29 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
|
/external/rust/crates/futures-util/src/task/ |
D | spawn.rs | 48 Fut: Future<Output = ()> + Send + 'static, in spawn() 74 fn spawn_with_handle<Fut>(&self, future: Fut) -> Result<RemoteHandle<Fut::Output>, SpawnError> in spawn_with_handle() 126 Fut: Future<Output = ()> + 'static, in spawn_local() 155 ) -> Result<RemoteHandle<Fut::Output>, SpawnError> in spawn_local_with_handle()
|
/external/skqp/site/user/api/ |
D | SkPaint_Reference.md | 285 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 321 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 344 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 358 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 397 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 435 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 558 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 590 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> 620 <pre style="padding: 1em 1em 1em 1em;width: 62.5em; background-color: #f0f0f0"> 736 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0"> [all …]
|
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/ |
D | gcd.pass.cpp | 62 using Output = std::common_type_t<S1, S2>; in do_test() typedef 73 using Output = std::common_type_t<U1, U2>; in do_test() typedef 78 using Output = std::common_type_t<S1, U2>; in do_test() typedef 85 using Output = std::common_type_t<S2, U1>; in do_test() typedef
|
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/ |
D | lcm.pass.cpp | 61 using Output = std::common_type_t<S1, S2>; in do_test() typedef 72 using Output = std::common_type_t<U1, U2>; in do_test() typedef 77 using Output = std::common_type_t<S1, U2>; in do_test() typedef 84 using Output = std::common_type_t<S2, U1>; in do_test() typedef
|
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/ |
D | gcd.pass.cpp | 62 using Output = std::common_type_t<S1, S2>; in do_test() typedef 73 using Output = std::common_type_t<U1, U2>; in do_test() typedef 78 using Output = std::common_type_t<S1, U2>; in do_test() typedef 85 using Output = std::common_type_t<S2, U1>; in do_test() typedef
|
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/ |
D | lcm.pass.cpp | 59 using Output = std::common_type_t<S1, S2>; in do_test() typedef 70 using Output = std::common_type_t<U1, U2>; in do_test() typedef 75 using Output = std::common_type_t<S1, U2>; in do_test() typedef 82 using Output = std::common_type_t<S2, U1>; in do_test() typedef
|