Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py302 def serialize_torch_artifact(artifact: Dict[str, Any]) -> bytes: function
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py296 def serialize_torch_artifact(artifact: Optional[Any]) -> bytes: function