Home
last modified time | relevance | path

Searched defs:GraphSignature (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dschema.py326 class GraphSignature: class
H A Dserialize.py1836 def deserialize_signature(self, sig: GraphSignature) -> ep.ExportGraphSignature:
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dschemas.py652 class GraphSignature: class
/aosp_15_r20/external/executorch/exir/serde/
H A Dschema.py333 class GraphSignature: class
H A Dexport_serialize.py1813 def deserialize_signature(self, sig: GraphSignature) -> ep.ExportGraphSignature:
/aosp_15_r20/external/pytorch/torch/export/
H A Dgraph_signature.py491 graph_signature: "GraphSignature",