Searched refs:Allocator (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | allocator.cc | 24 Allocator::~Allocator() { in ~Allocator() 29 void* Allocator::AllocateFast(std::ptrdiff_t num_bytes) { in AllocateFast() 38 void* Allocator::AllocateSlow(std::ptrdiff_t num_bytes) { in AllocateSlow() 45 void* Allocator::AllocateBytes(std::ptrdiff_t num_bytes) { in AllocateBytes() 57 void* Allocator::AllocateBytesAvoidingAliasingWith(std::ptrdiff_t num_bytes, in AllocateBytesAvoidingAliasingWith() 100 void Allocator::FreeAll() { in FreeAll()
|
A D | allocator_test.cc | 24 Allocator allocator; in TEST() 36 Allocator allocator; in TEST() 52 Allocator allocator; in TEST() 62 Allocator allocator; in TEST() 75 Allocator allocator; in TEST() 88 Allocator allocator; in TEST() 98 Allocator allocator; in TEST()
|
A D | allocator.h | 59 class Allocator final { 61 ~Allocator(); 87 void operator=(const Allocator&) = delete;
|
A D | ctx.h | 28 class Allocator; variable 77 Allocator* GetThreadSpecificAllocator(int thread_index) const; 78 Allocator* GetMainAllocator();
|
A D | ctx_impl.h | 44 Allocator allocator; 70 std::unique_ptr<Allocator> main_allocator_;
|
A D | ctx.cc | 187 Allocator* Ctx::GetThreadSpecificAllocator(int thread_index) const { in GetThreadSpecificAllocator() 193 Allocator* Ctx::GetMainAllocator() { in GetMainAllocator() 195 mutable_impl()->main_allocator_.reset(new Allocator); in GetMainAllocator()
|
A D | trmul.cc | 62 TuningResolver* tuning_resolver, Allocator* local_allocator, in TrMulTask() 242 Allocator* local_allocator_; 342 Allocator* main_allocator = ctx->GetMainAllocator(); in TrMul()
|
A D | prepare_packed_matrices.cc | 86 Allocator* allocator = ctx->GetMainAllocator(); in PreparePackedMatrices()
|
A D | create_trmul_params.h | 281 static void Run(const TrMulParams& params, Allocator* allocator, 325 static void Run(const TrMulParams& params, Allocator* allocator,
|
A D | test.h | 449 template <typename Scalar, typename Allocator> 451 std::vector<Scalar, Allocator>* dst) { 470 template <typename Scalar, typename Allocator> 472 std::vector<Scalar, Allocator>* dst) { 2024 Allocator allocator_;
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan.hpp | 37611 template <typename Allocator, typename Dispatch> 37630 template <typename Allocator, typename Dispatch> 37667 template <typename Allocator, typename Dispatch> 37686 template <typename Allocator, typename Dispatch> 39745 …std::vector<CheckpointDataNV,Allocator> getCheckpointDataNV(Allocator const& vectorAllocator, Disp… 42426 std::vector<uint8_t,Allocator> data; in getPipelineCacheData() 43378 std::vector<Image,Allocator> swapchainImages; in getSwapchainImagesKHR() 44560 std::vector<uint8_t,Allocator> data; in getValidationCacheDataEXT() 44666 std::vector<uint8_t,Allocator> info; in getShaderInfoAMD() 45967 std::vector<DisplayKHR,Allocator> displays; in getDisplayPlaneSupportedDisplaysKHR() [all …]
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | config.h | 129 using Allocator = variable 132 using String = std::basic_string<char, std::char_traits<char>, Allocator<char>>;
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flatbuffers.h | 599 class Allocator { 601 virtual ~Allocator() {} 640 class DefaultAllocator : public Allocator { 655 inline uint8_t *Allocate(Allocator *allocator, size_t size) { 660 inline void Deallocate(Allocator *allocator, uint8_t *p, size_t size) { 667 inline uint8_t *ReallocateDownward(Allocator *allocator, uint8_t *old_p, 777 Allocator *allocator_; 808 explicit vector_downward(size_t initial_size, Allocator *allocator, 933 Allocator *get_custom_allocator() { return allocator_; } 1017 Allocator *allocator_; [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | test_helpers.cc | 40 class StackAllocator : public flatbuffers::Allocator {
|
Completed in 186 milliseconds