Searched refs:alignof (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | binary.c | 41 #ifndef alignof 42 #define alignof(type) offsetof(struct { char c; type t; }, t) macro 101 align = alignof(short); in mp_binary_get_size() 106 align = alignof(int); in mp_binary_get_size() 111 align = alignof(long); in mp_binary_get_size() 116 align = alignof(long long); in mp_binary_get_size() 122 align = alignof(void *); in mp_binary_get_size() 126 align = alignof(float); in mp_binary_get_size() 130 align = alignof(double); in mp_binary_get_size()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_allocator.cc | 394 alignof(kTfLiteArrayType))); in FlatBufferVectorToTfLiteTypeArray() 529 alignof(TfLiteIntArray))) in InitializeTfLiteTensorFromFlatbuffer() 532 alignof(TfLiteIntArray))); in InitializeTfLiteTensorFromFlatbuffer() 605 sizeof(MicroAllocator), alignof(MicroAllocator)); in Create() 636 alignof(SubgraphAllocations))); in StartModelAllocation() 747 alignof(internal::ScratchBufferRequest))); in FinishPrepareNodeAllocations() 769 alignof(NodeAndRegistration))); in AllocateNodeAndRegistrations() 824 sizeof(TfLiteTensor), alignof(TfLiteTensor))); in AllocateTempTfLiteTensor() 914 sizeof(TfLiteTensor), alignof(TfLiteTensor))); in AllocatePersistentTfLiteTensorInternal() 1046 alignof(ScratchBufferHandle))); in AllocateScratchBufferHandles() [all …]
|
A D | recording_simple_memory_allocator.cc | 43 alignof(RecordingSimpleMemoryAllocator)); in Create()
|
A D | simple_memory_allocator.cc | 56 sizeof(SimpleMemoryAllocator), alignof(SimpleMemoryAllocator)); in Create()
|
A D | recording_micro_allocator.cc | 42 sizeof(RecordingMicroAllocator), alignof(RecordingMicroAllocator)); in Create()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | trmul_params.h | 43 constexpr_max(alignof(void*), alignof(double));
|
A D | create_trmul_params.h | 390 static_assert(alignof(MulParamsType) <= kMaxMulParamsAlignment, "");
|
/AliOS-Things-master/components/py_engine/engine/mpy-cross/ |
A D | mpconfigport.h | 153 #define alignof(t) __alignof(t) macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | kernel_runner.cc | 93 sizeof(TfLiteEvalTensor), alignof(TfLiteEvalTensor))); in GetEvalTensor()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | flatbuffer_conversions.h | 47 void* allocated_memory = this->Allocate(sizeof(T), alignof(T)); in AllocatePOD()
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | CMakeLists.txt | 74 #MSVC 1900 cxx_alignof # Alignment control alignof, as defined in N2341.
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flatbuffers.h | 88 #ifndef alignof in AlignOf() 91 return alignof(T); in AlignOf()
|
Completed in 18 milliseconds