Searched refs:serialize_from_bundled_program_to_flatbuffer (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/executorch/devtools/bundled_program/serialize/test/ |
H A D | test_serialize.py | 15 serialize_from_bundled_program_to_flatbuffer, 27 flat_buffer_bundled_program = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/devtools/bundled_program/test/ |
H A D | test_end2end.py | 26 serialize_from_bundled_program_to_flatbuffer, 70 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/test/models/ |
H A D | generate_linear_out_bundled_program.py | 23 serialize_from_bundled_program_to_flatbuffer, 65 bundled_program_flatbuffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/examples/devtools/scripts/ |
H A D | export_bundled_program.py | 23 serialize_from_bundled_program_to_flatbuffer, 48 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/docs/source/tutorials_source/ |
H A D | devtools-integration-tutorial.py | 136 serialize_from_bundled_program_to_flatbuffer, 164 serialized_bundled_program = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/backends/cadence/runtime/ |
H A D | executor.py | 25 serialize_from_bundled_program_to_flatbuffer, 199 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/examples/apple/mps/scripts/ |
H A D | mps_example.py | 20 serialize_from_bundled_program_to_flatbuffer, 54 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/backends/apple/mps/test/ |
H A D | test_mps_utils.py | 18 serialize_from_bundled_program_to_flatbuffer, 114 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/ |
H A D | inspector_utils.py | 26 serialize_from_bundled_program_to_flatbuffer, 162 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/backends/xnnpack/test/ |
H A D | test_xnnpack_utils.py | 32 serialize_from_bundled_program_to_flatbuffer, 125 bundled_program_buffer = serialize_from_bundled_program_to_flatbuffer(
|
/aosp_15_r20/external/executorch/devtools/bundled_program/serialize/ |
H A D | __init__.py | 82 def serialize_from_bundled_program_to_flatbuffer( function
|
/aosp_15_r20/external/executorch/docs/source/ |
H A D | bundled-io.md | 74 .. autofunction:: serialize_from_bundled_program_to_flatbuffer 97 serialize_from_bundled_program_to_flatbuffer, 177 serialized_bundled_program = serialize_from_bundled_program_to_flatbuffer(
|