Home
last modified time | relevance | path

Searched refs:_convert_to_export_graph_signature (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/export/
H A D_trace.py90 from .graph_signature import _convert_to_export_graph_signature, ExportGraphSignature
714 export_graph_signature = _convert_to_export_graph_signature(
1497 export_graph_signature = _convert_to_export_graph_signature(
H A Dgraph_signature.py490 def _convert_to_export_graph_signature( function