Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/external/tensorflow/tensorflow/go/op/
Dwrappers.go91 func Abs(scope *Scope, x tf.Output) (y tf.Output) {
120 func AccumulateNV2(scope *Scope, inputs []tf.Output, shape tf.Shape) (sum tf.Output) {
141 func Acos(scope *Scope, x tf.Output) (y tf.Output) {
164 func Acosh(scope *Scope, x tf.Output) (y tf.Output) {
186 func Add(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) {
262 …AddManySparseToTensorsMap(scope *Scope, sparse_indices tf.Output, sparse_values tf.Output, sparse_…
289 func AddN(scope *Scope, inputs []tf.Output) (sum tf.Output) {
352 …unc AddSparseToTensorsMap(scope *Scope, sparse_indices tf.Output, sparse_values tf.Output, sparse_…
375 func AddV2(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) {
392 func AdjustContrast(scope *Scope, images tf.Output, contrast_factor tf.Output, min_value tf.Output,…
[all …]
/external/rust/crates/moveit/src/new/
Dmod.rs50 type Output; typedef
58 unsafe fn new(self, this: Pin<&mut MaybeUninit<Self::Output>>); in new()
88 F: FnOnce(Pin<&mut Self::Output>), in with()
106 type Output; typedef
118 this: Pin<&mut MaybeUninit<Self::Output>>, in try_new()
134 type Output = N::Output; typedef
138 this: Pin<&mut MaybeUninit<Self::Output>>, in try_new()
158 type Output: Deref<Target = Self::Target>; typedef
161 fn emplace<N: New<Output = T>>(n: N) -> Self::Output { in emplace()
169 fn try_emplace<N: TryNew<Output = T>>(n: N) in try_emplace()
[all …]
Dfactories.rs34 pub unsafe fn by_raw<T, F>(f: F) -> impl New<Output = T> in by_raw()
47 type Output = T; in by_raw() typedef
49 unsafe fn new(self, this: Pin<&mut MaybeUninit<Self::Output>>) { in by_raw()
71 pub fn by<T, F>(f: F) -> impl New<Output = T> in by()
89 pub fn from<T: From<U>, U>(val: U) -> impl New<Output = T> { in from() argument
106 pub fn of<T>(val: T) -> impl New<Output = T> { in of()
121 pub fn default<T: Default>() -> impl New<Output = T> { in default()
135 pub unsafe fn try_by_raw<T, E, F>(f: F) -> impl TryNew<Output = T, Error = E> in try_by_raw()
148 type Output = T; in try_by_raw() typedef
153 this: Pin<&mut MaybeUninit<Self::Output>>, in try_by_raw()
[all …]
/external/rust/crates/futures-task/src/
Dfuture_obj.rs30 ptr: *mut (dyn Future<Output = T> + 'a), in remove_future_lifetime()
31 ) -> *mut (dyn Future<Output = T> + 'static) { in remove_future_lifetime()
37 ptr: unsafe fn(*mut (dyn Future<Output = T> + 'a)), in remove_drop_lifetime()
38 ) -> unsafe fn(*mut (dyn Future<Output = T> + 'static)) { in remove_drop_lifetime()
80 type Output = T; typedef
123 type Output = T; typedef
153 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a); in into_raw()
173 unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)); in drop()
180 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw()
184 unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {} in drop()
[all …]
/external/rust/crates/futures-util/src/
Dfns.rs5 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/jni/src/wrapper/descriptors/
Dexception_desc.rs16 type Output = AutoLocal<'local, JThrowable<'local>>; typedef
18 fn lookup(self, env: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
28 type Output = AutoLocal<'local, JThrowable<'local>>; typedef
30 fn lookup(self, env: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
36 type Output = AutoLocal<'local, JThrowable<'local>>; typedef
38 fn lookup(self, env: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
44 type Output = AutoLocal<'local, JThrowable<'local>>; typedef
46 fn lookup(self, env: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
52 type Output = AutoLocal<'local, JThrowable<'local>>; typedef
54 fn lookup(self, env: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
Ddesc.rs25 type Output: AsRef<T>; typedef
88 fn lookup(self, _: &mut JNIEnv<'local>) -> Result<Self::Output>; in lookup()
95 type Output = Self; typedef
106 type Output = Self; typedef
108 fn lookup(self, _: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
117 type Output = Self; typedef
119 fn lookup(self, _: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
129 type Output = Self; typedef
131 fn lookup(self, _: &mut JNIEnv<'local>) -> Result<Self::Output> { in lookup()
/external/bazelbuild-rules_go/go/tools/bzltestutil/testdata/
Dreport.json3 {"Action":"output","Test":"TestPass","Output":"=== PAUSE TestPass\n"} string
7 {"Action":"output","Test":"TestPassLog","Output":"=== PAUSE TestPassLog\n"} string
11 {"Action":"output","Test":"TestFail","Output":"--- FAIL: TestFail (0.00s)\n"} string
15 {"Action":"output","Test":"TestSubtests","Output":"=== RUN TestSubtests\n"} string
17 {"Action":"output","Test":"TestSubtests/subtest_a","Output":"=== RUN TestSubtests/subtest_a\n"} string
19 {"Action":"output","Test":"TestSubtests/testB","Output":"=== RUN TestSubtests/testB\n"} string
21 {"Action":"output","Test":"TestSubtests/another_subtest","Output":"=== RUN TestSubtests/another_s… string
23 {"Action":"output","Test":"TestSubtests/subtest_a","Output":" --- SKIP: TestSubtests/subtest_a (… string
25 {"Action":"output","Test":"TestSubtests/subtest_a","Output":" test_test.go:31: from subtest … string
29 {"Action":"output","Test":"TestSubtests/testB","Output":" test_test.go:29: from subtest test… string
[all …]
/external/rust/crates/ring/src/arithmetic/
Dmontgomery.rs44 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/rust/crates/glam/src/i32/
Divec3.rs561 type Output = Self; typedef
582 type Output = Self; typedef
603 type Output = IVec3; typedef
615 type Output = Self; typedef
636 type Output = Self; typedef
657 type Output = IVec3; typedef
669 type Output = Self; typedef
690 type Output = Self; typedef
711 type Output = IVec3; typedef
723 type Output = Self; typedef
[all …]
Divec2.rs524 type Output = Self; typedef
543 type Output = Self; typedef
562 type Output = IVec2; typedef
573 type Output = Self; typedef
592 type Output = Self; typedef
611 type Output = IVec2; typedef
622 type Output = Self; typedef
641 type Output = Self; typedef
660 type Output = IVec2; typedef
671 type Output = Self; typedef
[all …]
/external/rust/crates/glam/src/i16/
Di16vec2.rs524 type Output = Self; typedef
543 type Output = Self; typedef
562 type Output = I16Vec2; typedef
573 type Output = Self; typedef
592 type Output = Self; typedef
611 type Output = I16Vec2; typedef
622 type Output = Self; typedef
641 type Output = Self; typedef
660 type Output = I16Vec2; typedef
671 type Output = Self; typedef
[all …]
Di16vec3.rs561 type Output = Self; typedef
582 type Output = Self; typedef
603 type Output = I16Vec3; typedef
615 type Output = Self; typedef
636 type Output = Self; typedef
657 type Output = I16Vec3; typedef
669 type Output = Self; typedef
690 type Output = Self; typedef
711 type Output = I16Vec3; typedef
723 type Output = Self; typedef
[all …]
/external/rust/crates/glam/src/i64/
Di64vec3.rs561 type Output = Self; typedef
582 type Output = Self; typedef
603 type Output = I64Vec3; typedef
615 type Output = Self; typedef
636 type Output = Self; typedef
657 type Output = I64Vec3; typedef
669 type Output = Self; typedef
690 type Output = Self; typedef
711 type Output = I64Vec3; typedef
723 type Output = Self; typedef
[all …]
Di64vec2.rs524 type Output = Self; typedef
543 type Output = Self; typedef
562 type Output = I64Vec2; typedef
573 type Output = Self; typedef
592 type Output = Self; typedef
611 type Output = I64Vec2; typedef
622 type Output = Self; typedef
641 type Output = Self; typedef
660 type Output = I64Vec2; typedef
671 type Output = Self; typedef
[all …]
/external/rust/crates/glam/src/u16/
Du16vec3.rs474 type Output = Self; typedef
495 type Output = Self; typedef
516 type Output = U16Vec3; typedef
528 type Output = Self; typedef
549 type Output = Self; typedef
570 type Output = U16Vec3; typedef
582 type Output = Self; typedef
603 type Output = Self; typedef
624 type Output = U16Vec3; typedef
636 type Output = Self; typedef
[all …]
Du16vec4.rs492 type Output = Self; typedef
515 type Output = Self; typedef
538 type Output = U16Vec4; typedef
551 type Output = Self; typedef
574 type Output = Self; typedef
597 type Output = U16Vec4; typedef
610 type Output = Self; typedef
633 type Output = Self; typedef
656 type Output = U16Vec4; typedef
669 type Output = Self; typedef
[all …]
Du16vec2.rs419 type Output = Self; typedef
438 type Output = Self; typedef
457 type Output = U16Vec2; typedef
468 type Output = Self; typedef
487 type Output = Self; typedef
506 type Output = U16Vec2; typedef
517 type Output = Self; typedef
536 type Output = Self; typedef
555 type Output = U16Vec2; typedef
566 type Output = Self; typedef
[all …]
/external/rust/crates/glam/src/u32/
Duvec3.rs474 type Output = Self; typedef
495 type Output = Self; typedef
516 type Output = UVec3; typedef
528 type Output = Self; typedef
549 type Output = Self; typedef
570 type Output = UVec3; typedef
582 type Output = Self; typedef
603 type Output = Self; typedef
624 type Output = UVec3; typedef
636 type Output = Self; typedef
[all …]
Duvec4.rs492 type Output = Self; typedef
515 type Output = Self; typedef
538 type Output = UVec4; typedef
551 type Output = Self; typedef
574 type Output = Self; typedef
597 type Output = UVec4; typedef
610 type Output = Self; typedef
633 type Output = Self; typedef
656 type Output = UVec4; typedef
669 type Output = Self; typedef
[all …]
Duvec2.rs419 type Output = Self; typedef
438 type Output = Self; typedef
457 type Output = UVec2; typedef
468 type Output = Self; typedef
487 type Output = Self; typedef
506 type Output = UVec2; typedef
517 type Output = Self; typedef
536 type Output = Self; typedef
555 type Output = UVec2; typedef
566 type Output = Self; typedef
[all …]
/external/rust/crates/glam/src/u64/
Du64vec4.rs492 type Output = Self; typedef
515 type Output = Self; typedef
538 type Output = U64Vec4; typedef
551 type Output = Self; typedef
574 type Output = Self; typedef
597 type Output = U64Vec4; typedef
610 type Output = Self; typedef
633 type Output = Self; typedef
656 type Output = U64Vec4; typedef
669 type Output = Self; typedef
[all …]
Du64vec2.rs419 type Output = Self; typedef
438 type Output = Self; typedef
457 type Output = U64Vec2; typedef
468 type Output = Self; typedef
487 type Output = Self; typedef
506 type Output = U64Vec2; typedef
517 type Output = Self; typedef
536 type Output = Self; typedef
555 type Output = U64Vec2; typedef
566 type Output = Self; typedef
[all …]
Du64vec3.rs474 type Output = Self; typedef
495 type Output = Self; typedef
516 type Output = U64Vec3; typedef
528 type Output = Self; typedef
549 type Output = Self; typedef
570 type Output = U64Vec3; typedef
582 type Output = Self; typedef
603 type Output = Self; typedef
624 type Output = U64Vec3; typedef
636 type Output = Self; typedef
[all …]
/external/rust/crates/glam/src/
Deuler.rs40 type Output; typedef
42 fn first(self, q: Q) -> Self::Output; in first()
44 fn second(self, q: Q) -> Self::Output; in second()
46 fn third(self, q: Q) -> Self::Output; in third()
49 fn convert_quat(self, q: Q) -> (Self::Output, Self::Output, Self::Output); in convert_quat()
52 fn sine_theta(self, q: Q) -> Self::Output; in sine_theta()
57 type Output; typedef
59 fn new_quat(self, u: T, v: T, w: T) -> Self::Output; in new_quat()

12345678910>>...41