Home
last modified time | relevance | path

Searched refs:convert_to_flatbuffer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/devtools/bundled_program/serialize/
H A D__init__.py50 def convert_to_flatbuffer(program_json: str) -> bytes: function
97 return convert_to_flatbuffer(
/aosp_15_r20/external/executorch/backends/vulkan/serialization/
H A Dvulkan_graph_serialize.py27 def convert_to_flatbuffer(vk_graph: VkGraph) -> bytes: function
203 flatbuffer_payload = convert_to_flatbuffer(vk_graph)
/aosp_15_r20/external/executorch/backends/xnnpack/serialization/
H A Dxnnpack_graph_serialize.py286 def convert_to_flatbuffer(xnnpack_graph: XNNGraph) -> bytes: function
316 flatbuffer_payload = convert_to_flatbuffer(xnnpack_graph)
/aosp_15_r20/external/executorch/backends/apple/mps/
H A Dmps_preprocess.py26 convert_to_flatbuffer,
139 graph_bytes = convert_to_flatbuffer(mps_graph)
/aosp_15_r20/external/executorch/backends/apple/mps/serialization/
H A Dmps_graph_serialize.py17 def convert_to_flatbuffer(mps_graph: MPSGraph) -> bytes: function