Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dmat.h127 MatLayout layout; member
239 MatLayout layout; member
250 PMatLayout layout; member
273 PMatLayout layout; member
314 inline bool IsUnstrided(const MatLayout& layout) { in IsUnstrided()
322 inline bool IsRowMajor(const MatLayout& layout) { in IsRowMajor()
326 inline bool IsColMajor(const MatLayout& layout) { in IsColMajor()
336 inline bool IsUnstrided(const PMatLayout& layout) { in IsUnstrided()
344 inline bool IsRowMajor(const PMatLayout& layout) { in IsRowMajor()
348 inline bool IsColMajor(const PMatLayout& layout) { in IsColMajor()
[all …]
A Dmatrix_test.cc24 Layout layout; in TEST() local
40 Layout layout; in TEST() local
A Dmatrix.h145 const Layout& layout() const { return layout_; } in layout() function
169 inline void MakeSimpleLayout(int rows, int cols, Order order, Layout* layout) { in MakeSimpleLayout()
188 inline int Offset(const Layout& layout, int row, int col) { in Offset()
A Dtrace.h387 inline std::string str(const Layout& layout) { in str()
400 inline std::string str(const MatLayout& layout) { in str()
412 inline std::string str(const PMatLayout& layout) { in str()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/
A Dparametrized_example.cc85 ruy::Layout* layout) { in run()
107 auto flat_size = [](const ruy::Layout& layout) { in run()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cont.h67 uint8_t layout : 4; /*A layout from 'lv_layout_t' enum*/ member
A Dlv_btn.h151 static inline void lv_btn_set_layout(lv_obj_t * btn, lv_layout_t layout) in lv_btn_set_layout()
A Dlv_page.h229 static inline void lv_page_set_scrl_layout(lv_obj_t * page, lv_layout_t layout) in lv_page_set_scrl_layout()
A Dlv_win.c236 void lv_win_set_layout(lv_obj_t * win, lv_layout_t layout) in lv_win_set_layout()
A Dlv_cont.c127 void lv_cont_set_layout(lv_obj_t * cont, lv_layout_t layout) in lv_cont_set_layout()
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/
A Dmtdnand.h58 const struct mtd_oob_region *layout; member
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_mag_qst_qmc6310.c70 static void qmc6310_set_layout(int layout) in qmc6310_set_layout()
A Ddrv_acc_gyro_qst_qmi8610.c78 void FisImu_set_layout(short layout) in FisImu_set_layout()
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h119 #define SDL_DEFINE_PIXELFORMAT(type, order, layout, bits, bytes) \ argument
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp1383 …void vkCmdPushConstants( VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlag… in vkCmdPushConstants()
1391 …mandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, uint32_t… in vkCmdPushDescriptorSetWithTemplateKHR()
8040 ImageLayout layout; member
23753 PipelineLayout layout; member
25958 ImageLayout layout; member
27525 PipelineLayout layout; member
37500 PipelineLayout layout; member
38842 …VULKAN_HPP_INLINE void CommandBuffer::pushConstants( PipelineLayout layout, ShaderStageFlags stage… in pushConstants()
38848 …VULKAN_HPP_INLINE void CommandBuffer::pushConstants( PipelineLayout layout, ShaderStageFlags stage… in pushConstants()
39073 …thTemplateKHR( DescriptorUpdateTemplate descriptorUpdateTemplate, PipelineLayout layout, uint32_t … in pushDescriptorSetWithTemplateKHR()
[all …]
A Dvulkan_core.h2477 VkPipelineLayout layout; member
2489 VkPipelineLayout layout; member
2632 VkImageLayout layout; member
5568 VkImageLayout layout; member
8217 VkPipelineLayout layout; member

Completed in 263 milliseconds