Searched refs:_blobs (Results 1 – 5 of 5) sorted by relevance
| /external/ComputeLibrary/src/runtime/ |
| D | BlobLifetimeManager.cpp | 39 : _blobs() in BlobLifetimeManager() 45 return _blobs; in info() 51 return std::make_unique<BlobMemoryPool>(allocator, _blobs); in create_pool() 78 size_t max_size = std::max(_blobs.size(), group_sizes.size()); in update_blobs_and_mappings() 79 _blobs.resize(max_size); in update_blobs_and_mappings() 81 …std::transform(std::begin(_blobs), std::end(_blobs), std::begin(group_sizes), std::begin(_blobs), … in update_blobs_and_mappings()
|
| D | BlobMemoryPool.cpp | 36 : _allocator(allocator), _blobs(), _blob_info(std::move(blob_info)) in BlobMemoryPool() 53 handle.first->set_region(_blobs[handle.second].get()); in acquire() 83 _blobs.push_back(_allocator->make_region(bi.size, bi.alignment)); in allocate_blobs() 89 _blobs.clear(); in free_blobs()
|
| /external/pigweed/pw_build/ |
| D | cc_blob_library.gni | 51 _blobs = [] 58 _blobs += [ blob ] 63 write_file(_blob_json_file, _blobs, "json")
|
| /external/ComputeLibrary/arm_compute/runtime/ |
| D | BlobLifetimeManager.h | 72 std::vector<BlobInfo> _blobs; /**< Memory blobs */
|
| D | BlobMemoryPool.h | 81 …std::vector<std::unique_ptr<IMemoryRegion>> _blobs; /**< Vector holding all the memory blobs */ variable
|