Home
last modified time | relevance | path

Searched refs:AddAll (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs201 varintList = AddAll(varintList, other.varintList); in MergeFrom()
202 fixed32List = AddAll(fixed32List, other.fixed32List); in MergeFrom()
203 fixed64List = AddAll(fixed64List, other.fixed64List); in MergeFrom()
204 lengthDelimitedList = AddAll(lengthDelimitedList, other.lengthDelimitedList); in MergeFrom()
205 groupList = AddAll(groupList, other.groupList); in MergeFrom()
216 private static List<T> AddAll<T>(List<T> current, IList<T> extras) in AddAll() method in Google.Protobuf.UnknownField
/external/tensorflow/tensorflow/lite/
Dmutable_op_resolver_test.cc202 TEST(MutableOpResolverTest, AddAll) { in TEST() argument
213 resolver1.AddAll(resolver2); in TEST()
Dmutable_op_resolver.h76 void AddAll(const MutableOpResolver& other);
Dmutable_op_resolver.cc77 void MutableOpResolver::AddAll(const MutableOpResolver& other) { in AddAll() function in tflite::MutableOpResolver
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc258 mutable_resolver->AddAll(optional_options->mutable_op_resolver); in InterpreterCreateWithOpResolver()
/external/tensorflow/tensorflow/python/keras/engine/
Dfunctional_test.py1230 class AddAll(layers.Layer): class
1244 layer = AddAll()
1266 model.get_config(), custom_objects={'AddAll': AddAll})
1281 class AddAll(layers.Layer): class
1293 outputs = AddAll()(
1314 model.get_config(), custom_objects={'AddAll': AddAll})
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6009 virtual void AddAll() = 0;
6054 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function
6181 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function
6354 void AddAll() { m_AllAllocations = true; } in AddAll() function
13201 m_pAlgorithm->AddAll(); in Begin()
13279 pBlockVectorDefragCtx->AddAll(); in AddPools()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h7059 virtual void AddAll() = 0;
7105 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function
7234 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function
7405 void AddAll() { m_AllAllocations = true; } in AddAll() function
14512 m_pAlgorithm->AddAll(); in Begin()
14589 pBlockVectorDefragCtx->AddAll(); in AddPools()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7040 virtual void AddAll() = 0;
7086 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function
7215 virtual void AddAll() { m_AllAllocations = true; } in AddAll() function
7386 void AddAll() { m_AllAllocations = true; } in AddAll() function
14494 m_pAlgorithm->AddAll(); in Begin()
14571 pBlockVectorDefragCtx->AddAll(); in AddPools()