Searched defs:AddAll (Results 1 – 4 of 4) sorted by relevance
27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll() function32 void ZoneList<T>::AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
58 void MutableOpResolver::AddAll(const MutableOpResolver& other) { in AddAll() function in tflite::MutableOpResolver
136 TEST(MutableOpResolverTest, AddAll) { in TEST() argument
143 void AddAll() { in AddAll() function