Home
last modified time | relevance | path

Searched refs:_flatc_decompile (Results 1 – 4 of 4) sorted by relevance

/external/executorch/backends/qualcomm/serialization/
Dqc_schema_serialize.py14 from executorch.exir._serialize._flatbuffer import _flatc_compile, _flatc_decompile
43 _flatc_decompile(d, schema_path, bin_path, ["--raw-binary"])
/external/executorch/devtools/etdump/
Dserialize.py18 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__.py22 from executorch.exir._serialize._flatbuffer import _flatc_compile, _flatc_decompile
75 _flatc_decompile(d, schema_path, bin_path)
/external/executorch/exir/_serialize/
D_flatbuffer.py224 def _flatc_decompile( function
351 _flatc_decompile(temp_dir, schema_info.root_path, bin_path)