Searched refs:_flatc_decompile (Results 1 – 4 of 4) sorted by relevance
/external/executorch/backends/qualcomm/serialization/ |
D | qc_schema_serialize.py | 14 from executorch.exir._serialize._flatbuffer import _flatc_compile, _flatc_decompile 43 _flatc_decompile(d, schema_path, bin_path, ["--raw-binary"])
|
/external/executorch/devtools/etdump/ |
D | serialize.py | 18 from executorch.exir._serialize._flatbuffer import _flatc_compile, _flatc_decompile 77 _flatc_decompile(d, schema_path, bin_path, additional_args)
|
/external/executorch/devtools/bundled_program/serialize/ |
D | __init__.py | 22 from executorch.exir._serialize._flatbuffer import _flatc_compile, _flatc_decompile 75 _flatc_decompile(d, schema_path, bin_path)
|
/external/executorch/exir/_serialize/ |
D | _flatbuffer.py | 224 def _flatc_decompile( function 351 _flatc_decompile(temp_dir, schema_info.root_path, bin_path)
|