Home
last modified time | relevance | path

Searched defs:VulkanDelegateHeader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/
H A DVulkanDelegateHeader.h22 struct VulkanDelegateHeader { struct
28 uint32_t header_size;
29 uint32_t flatbuffer_offset;
30 uint32_t flatbuffer_size;
31 uint32_t bytes_offset;
32 uint64_t bytes_size;
/aosp_15_r20/external/executorch/backends/vulkan/serialization/
H A Dvulkan_graph_serialize.py44 class VulkanDelegateHeader: class