Home
last modified time | relevance | path

Searched refs:_check_input_constraints_for_graph (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/export/
H A D_unlift.py9 from torch._export.utils import _check_input_constraints_for_graph
34 return _check_input_constraints_for_graph(
H A Dexported_program.py1103 from torch._export.utils import _check_input_constraints_for_graph
1111 _check_input_constraints_for_graph(
H A Dunflatten.py488 from torch._export.utils import _check_input_constraints_for_graph
501 _check_input_constraints_for_graph(
/aosp_15_r20/external/pytorch/torch/_export/
H A Dutils.py220 def _check_input_constraints_for_graph( function