Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/llm_pte_finetuning/
H A Dmodel_loading_lib.py25 def load_checkpoint(cfg: Any) -> Dict[str, Any]: # pyre-ignore[2] function
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_utils.py47 def load_checkpoint(ckpt_dir_or_file): function