/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | graph_topology_view_test.cc | 88 using Fanout = absl::InlinedVector<int, 2>; in TEST_F() typedef 89 EXPECT_EQ(graph_view.GetFanout(0), Fanout({2, 3})); in TEST_F() 90 EXPECT_EQ(graph_view.GetFanout(1), Fanout({2})); in TEST_F() 91 EXPECT_EQ(graph_view.GetFanout(2), Fanout({3})); in TEST_F() 92 EXPECT_EQ(graph_view.GetFanout(3), Fanout()); in TEST_F() 111 using Fanout = absl::InlinedVector<int, 2>; in TEST_F() typedef 112 EXPECT_EQ(graph_view.GetFanout(2), Fanout({3})); in TEST_F() 113 EXPECT_EQ(graph_view.GetFanout(3), Fanout({2})); in TEST_F() 133 using Fanout = absl::InlinedVector<int, 2>; in TEST_F() typedef 134 EXPECT_EQ(graph_view.GetFanout(2), Fanout({3})); in TEST_F() [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/ |
H A D | CPPScheduler.cpp | 317 Fanout enumerator 323 Fanout enumerator 335 _forced_mode = ModeToggle::Fanout; in Impl() 366 …if(_forced_mode == ModeToggle::Fanout || (_forced_mode == ModeToggle::None && num_threads_to_use >… in auto_switch_mode() 403 _mode = Mode::Fanout; in set_fanout_mode() 482 case CPPScheduler::Impl::Mode::Fanout: in run_workloads()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | fanout.rs | 13 pub struct Fanout<Si1, Si2> { 21 impl<Si1, Si2> Fanout<Si1, Si2> { implementation 51 impl<Si1: Debug, Si2: Debug> Debug for Fanout<Si1, Si2> { implementation 57 impl<Si1, Si2, Item> Sink<Item> for Fanout<Si1, Si2> implementation
|
D | mod.rs | 27 pub use self::fanout::Fanout; 194 fn fanout<Si>(self, other: Si) -> Fanout<Self, Si> in fanout() 200 assert_sink::<Item, Self::Error, _>(Fanout::new(self, other)) in fanout()
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | re2.cc | 279 static int Fanout(Prog* prog, std::map<int, int>* histogram) { in Fanout() function 281 prog->Fanout(&fanout); in Fanout() 297 return Fanout(prog_, histogram); in ProgramFanout() 306 return Fanout(prog, histogram); in ReverseProgramFanout()
|
H A D | prog.h | 344 void Fanout(SparseArray<int>* fanout);
|
H A D | nfa.cc | 693 void Prog::Fanout(SparseArray<int>* fanout) { in Fanout() function in re2::Prog
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.cc | 315 static int Fanout(Prog* prog, std::vector<int>* histogram) { in Fanout() function 317 prog->Fanout(&fanout); in Fanout() 337 return Fanout(prog_, histogram); in ProgramFanout() 346 return Fanout(prog, histogram); in ReverseProgramFanout()
|
D | prog.h | 365 void Fanout(SparseArray<int>* fanout);
|
D | nfa.cc | 660 void Prog::Fanout(SparseArray<int>* fanout) { in Fanout() function in re2::Prog
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | re2.cc | 350 static int Fanout(Prog* prog, std::vector<int>* histogram) { in Fanout() function 352 prog->Fanout(&fanout); in Fanout() 372 return Fanout(prog_, histogram); in ProgramFanout() 381 return Fanout(prog, histogram); in ReverseProgramFanout()
|
H A D | prog.h | 364 void Fanout(SparseArray<int>* fanout);
|
H A D | nfa.cc | 657 void Prog::Fanout(SparseArray<int>* fanout) { in Fanout() function in re2::Prog
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | auto_traits.rs | 997 assert_impl!(Fanout<(), ()>: Send); 998 assert_not_impl!(Fanout<(), *const ()>: Send); 999 assert_not_impl!(Fanout<*const (), ()>: Send); 1000 assert_impl!(Fanout<(), ()>: Sync); 1001 assert_not_impl!(Fanout<(), *const ()>: Sync); 1002 assert_not_impl!(Fanout<*const (), ()>: Sync); 1003 assert_impl!(Fanout<(), ()>: Unpin); 1004 assert_not_impl!(Fanout<(), PhantomPinned>: Unpin); 1005 assert_not_impl!(Fanout<PhantomPinned, ()>: Unpin);
|
/aosp_15_r20/external/libchrome/base/posix/ |
H A D | file_descriptor_shuffle_unittest.cc | 198 TEST(FileDescriptorShuffleTest, Fanout) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/posix/ |
H A D | file_descriptor_shuffle_unittest.cc | 199 TEST(FileDescriptorShuffleTest, Fanout) { in TEST() argument
|
/aosp_15_r20/external/pciutils/ |
H A D | pci.ids | 16580 8531 PM8531 PFX 24xG3 PCIe Fanout Switch 16581 8532 PM8532 PFX 32xG3 PCIe Fanout Switch 16582 8533 PM8533 PFX 48xG3 PCIe Fanout Switch 16583 8534 PM8534 PFX 64xG3 PCIe Fanout Switch 16584 8535 PM8535 PFX 80xG3 PCIe Fanout Switch 16585 8536 PM8536 PFX 96xG3 PCIe Fanout Switch 16586 1bd4 0081 PM8536 PFX 96xG3 PCIe Fanout Switch 16588 8562 PM8562 Switchtec PFX-L 32xG3 Fanout-Lite PCIe Gen3 Switch
|