/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 91 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/test2json/testdata/ |
D | framebig.json | 3 {"Action":"output","Test":"TestIndex","Output":"=== RUN TestIndex\n"} string 7 {"Action":"output","Test":"TestIndex","Output":"=== PASS TestIndex\n"} string 9 {"Action":"output","Test":"TestLastIndex","Output":"=== RUN TestLastIndex\n"} string 13 {"Action":"output","Test":"TestLastIndex","Output":"=== PASS TestLastIndex\n"} string 15 {"Action":"output","Test":"TestIndexAny","Output":"=== RUN TestIndexAny\n"} string 19 {"Action":"output","Test":"TestIndexAny","Output":"=== PASS TestIndexAny\n"} string 21 {"Action":"output","Test":"TestLastIndexAny","Output":"=== RUN TestLastIndexAny\n"} string 25 {"Action":"output","Test":"TestLastIndexAny","Output":"=== PASS TestLastIndexAny\n"} string 27 {"Action":"output","Test":"TestIndexByte","Output":"=== RUN TestIndexByte\n"} string 31 {"Action":"output","Test":"TestIndexByte","Output":"=== PASS TestIndexByte\n"} string [all …]
|
D | vet.json | 3 {"Action":"output","Test":"TestVet","Output":"=== RUN TestVet\n"} string 7 {"Action":"output","Test":"TestVetAsm","Output":"=== RUN TestVetAsm\n"} string 11 {"Action":"output","Test":"TestVetDirs","Output":"=== RUN TestVetDirs\n"} string 15 {"Action":"output","Test":"TestTags","Output":"=== RUN TestTags\n"} string 19 {"Action":"output","Test":"TestVetVerbose","Output":"=== RUN TestVetVerbose\n"} string 23 {"Action":"output","Test":"TestVet","Output":"=== CONT TestVet\n"} string 25 {"Action":"output","Test":"TestTags","Output":"=== CONT TestTags\n"} string 27 {"Action":"output","Test":"TestVetVerbose","Output":"=== CONT TestVetVerbose\n"} string 29 {"Action":"output","Test":"TestTags/testtag","Output":"=== RUN TestTags/testtag\n"} string 33 {"Action":"output","Test":"TestVetDirs","Output":"=== CONT TestVetDirs\n"} string [all …]
|
D | smiley.json | 3 {"Action":"output","Test":"Test☺☹","Output":"=== RUN Test☺☹\n"} string 7 {"Action":"output","Test":"Test☺☹Asm","Output":"=== RUN Test☺☹Asm\n"} string 11 {"Action":"output","Test":"Test☺☹Dirs","Output":"=== RUN Test☺☹Dirs\n"} string 15 {"Action":"output","Test":"TestTags","Output":"=== RUN TestTags\n"} string 19 {"Action":"output","Test":"Test☺☹Verbose","Output":"=== RUN Test☺☹Verbose\n"} string 23 {"Action":"output","Test":"Test☺☹","Output":"=== CONT Test☺☹\n"} string 25 {"Action":"output","Test":"TestTags","Output":"=== CONT TestTags\n"} string 27 {"Action":"output","Test":"Test☺☹Verbose","Output":"=== CONT Test☺☹Verbose\n"} string 29 {"Action":"output","Test":"TestTags/testtag","Output":"=== RUN TestTags/testtag\n"} string 33 {"Action":"output","Test":"Test☺☹Dirs","Output":"=== CONT Test☺☹Dirs\n"} string [all …]
|
D | framefuzz.json | 3 {"Action":"output","Test":"TestAddrStringAllocs","Output":"=== RUN TestAddrStringAllocs\n"} string 5 {"Action":"output","Test":"TestAddrStringAllocs/zero","Output":"=== RUN TestAddrStringAllocs/zero… string 7 {"Action":"output","Test":"TestAddrStringAllocs/ipv4","Output":"=== RUN TestAddrStringAllocs/ipv4… string 9 {"Action":"output","Test":"TestAddrStringAllocs/ipv6","Output":"=== RUN TestAddrStringAllocs/ipv6… string 11 {"Action":"output","Test":"TestAddrStringAllocs/ipv6+zone","Output":"=== RUN TestAddrStringAllocs… string 13 {"Action":"output","Test":"TestAddrStringAllocs/ipv4-in-ipv6","Output":"=== RUN TestAddrStringAll… string 15 {"Action":"output","Test":"TestAddrStringAllocs/ipv4-in-ipv6+zone","Output":"=== RUN TestAddrStri… string 17 {"Action":"output","Test":"TestAddrStringAllocs/zero","Output":" --- PASS: TestAddrStringAllocs/… string 19 {"Action":"output","Test":"TestAddrStringAllocs/ipv4","Output":" --- PASS: TestAddrStringAllocs/… string 21 {"Action":"output","Test":"TestAddrStringAllocs/ipv6","Output":" --- PASS: TestAddrStringAllocs/… string [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | traits.rs | 59 type Output = I::Output; typedef 62 fn index(&self, index: I) -> &I::Output { in index() function 73 fn index_mut(&mut self, index: I) -> &mut I::Output { in index_mut() 100 type Output = str; typedef 102 fn get(self, slice: &str) -> Option<&Self::Output> { in get() 106 fn get_mut(self, slice: &mut str) -> Option<&mut Self::Output> { in get_mut() 110 unsafe fn get_unchecked(self, slice: *const str) -> *const Self::Output { in get_unchecked() 114 unsafe fn get_unchecked_mut(self, slice: *mut str) -> *mut Self::Output { in get_unchecked_mut() 118 fn index(self, slice: &str) -> &Self::Output { in index() 122 fn index_mut(self, slice: &mut str) -> &mut Self::Output { in index_mut() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | traits.rs | 59 type Output = I::Output; typedef 62 fn index(&self, index: I) -> &I::Output { in index() function 73 fn index_mut(&mut self, index: I) -> &mut I::Output { in index_mut() 100 type Output = str; typedef 102 fn get(self, slice: &str) -> Option<&Self::Output> { in get() 106 fn get_mut(self, slice: &mut str) -> Option<&mut Self::Output> { in get_mut() 110 unsafe fn get_unchecked(self, slice: *const str) -> *const Self::Output { in get_unchecked() 114 unsafe fn get_unchecked_mut(self, slice: *mut str) -> *mut Self::Output { in get_unchecked_mut() 118 fn index(self, slice: &str) -> &Self::Output { in index() 122 fn index_mut(self, slice: &mut str) -> &mut Self::Output { in index_mut() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | traits.rs | 59 type Output = I::Output; typedef 62 fn index(&self, index: I) -> &I::Output { in index() function 73 fn index_mut(&mut self, index: I) -> &mut I::Output { in index_mut() 100 type Output = str; typedef 102 fn get(self, slice: &str) -> Option<&Self::Output> { in get() 106 fn get_mut(self, slice: &mut str) -> Option<&mut Self::Output> { in get_mut() 110 unsafe fn get_unchecked(self, slice: *const str) -> *const Self::Output { in get_unchecked() 114 unsafe fn get_unchecked_mut(self, slice: *mut str) -> *mut Self::Output { in get_unchecked_mut() 118 fn index(self, slice: &str) -> &Self::Output { in index() 122 fn index_mut(self, slice: &mut str) -> &mut Self::Output { in index_mut() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | traits.rs | 58 type Output = I::Output; typedef 61 fn index(&self, index: I) -> &I::Output { in index() function 72 fn index_mut(&mut self, index: I) -> &mut I::Output { in index_mut() 99 type Output = str; typedef 101 fn get(self, slice: &str) -> Option<&Self::Output> { in get() 105 fn get_mut(self, slice: &mut str) -> Option<&mut Self::Output> { in get_mut() 109 unsafe fn get_unchecked(self, slice: *const str) -> *const Self::Output { in get_unchecked() 113 unsafe fn get_unchecked_mut(self, slice: *mut str) -> *mut Self::Output { in get_unchecked_mut() 117 fn index(self, slice: &str) -> &Self::Output { in index() 121 fn index_mut(self, slice: &mut str) -> &mut Self::Output { in index_mut() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | traits.rs | 58 type Output = I::Output; typedef 61 fn index(&self, index: I) -> &I::Output { in index() function 72 fn index_mut(&mut self, index: I) -> &mut I::Output { in index_mut() 99 type Output = str; typedef 101 fn get(self, slice: &str) -> Option<&Self::Output> { in get() 105 fn get_mut(self, slice: &mut str) -> Option<&mut Self::Output> { in get_mut() 109 unsafe fn get_unchecked(self, slice: *const str) -> *const Self::Output { in get_unchecked() 113 unsafe fn get_unchecked_mut(self, slice: *mut str) -> *mut Self::Output { in get_unchecked_mut() 117 fn index(self, slice: &str) -> &Self::Output { in index() 121 fn index_mut(self, slice: &mut str) -> &mut Self::Output { in index_mut() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 524 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 …]
|
D | i64vec3.rs | 561 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec3.rs | 561 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 …]
|
D | i16vec2.rs | 524 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec3.rs | 561 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 …]
|
D | ivec2.rs | 524 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec4.rs | 492 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 …]
|
D | u64vec2.rs | 419 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 …]
|
D | u64vec3.rs | 474 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec4.rs | 492 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 …]
|
D | u16vec2.rs | 419 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 …]
|
D | u16vec3.rs | 474 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec3.rs | 474 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 …]
|
D | uvec2.rs | 419 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 …]
|
D | uvec4.rs | 492 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 …]
|