Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/gguf_util/
H A Dconverter.py10 def convert_to_pte(model_args: GGUFModelArgs, weights: GGUFWeights) -> None: function
/aosp_15_r20/external/executorch/extension/gguf_util/converters/
H A Dllama_converter.py98 def convert_to_pte(gguf_model_args: GGUFModelArgs, gguf_weights: GGUFWeights) -> bytes: function