Home
last modified time | relevance | path

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 Dallocator.cc24 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 Dallocator_test.cc24 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 Dallocator.h59 class Allocator final {
61 ~Allocator();
87 void operator=(const Allocator&) = delete;
A Dctx.h28 class Allocator; variable
77 Allocator* GetThreadSpecificAllocator(int thread_index) const;
78 Allocator* GetMainAllocator();
A Dctx_impl.h44 Allocator allocator;
70 std::unique_ptr<Allocator> main_allocator_;
A Dctx.cc187 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 Dtrmul.cc62 TuningResolver* tuning_resolver, Allocator* local_allocator, in TrMulTask()
242 Allocator* local_allocator_;
342 Allocator* main_allocator = ctx->GetMainAllocator(); in TrMul()
A Dprepare_packed_matrices.cc86 Allocator* allocator = ctx->GetMainAllocator(); in PreparePackedMatrices()
A Dcreate_trmul_params.h281 static void Run(const TrMulParams& params, Allocator* allocator,
325 static void Run(const TrMulParams& params, Allocator* allocator,
A Dtest.h449 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 Dvulkan.hpp37611 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 Dconfig.h129 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 Dflatbuffers.h599 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 Dtest_helpers.cc40 class StackAllocator : public flatbuffers::Allocator {

Completed in 193 milliseconds