Home
last modified time | relevance | path

Searched refs:alignof (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dbinary.c41 #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 Dmicro_allocator.cc394 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 Drecording_simple_memory_allocator.cc43 alignof(RecordingSimpleMemoryAllocator)); in Create()
A Dsimple_memory_allocator.cc56 sizeof(SimpleMemoryAllocator), alignof(SimpleMemoryAllocator)); in Create()
A Drecording_micro_allocator.cc42 sizeof(RecordingMicroAllocator), alignof(RecordingMicroAllocator)); in Create()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtrmul_params.h43 constexpr_max(alignof(void*), alignof(double));
A Dcreate_trmul_params.h390 static_assert(alignof(MulParamsType) <= kMaxMulParamsAlignment, "");
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h153 #define alignof(t) __alignof(t) macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dkernel_runner.cc93 sizeof(TfLiteEvalTensor), alignof(TfLiteEvalTensor))); in GetEvalTensor()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dflatbuffer_conversions.h47 void* allocated_memory = this->Allocate(sizeof(T), alignof(T)); in AllocatePOD()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A DCMakeLists.txt74 #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 Dflatbuffers.h88 #ifndef alignof in AlignOf()
91 return alignof(T); in AlignOf()

Completed in 18 milliseconds