Home
last modified time | relevance | path

Searched refs:RelaxedUnspecConstraint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/docs/source/
H A Dfx.experimental.rst21 RelaxedUnspecConstraint
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py47 RelaxedUnspecConstraint,
2608 constraint_size = RelaxedUnspecConstraint(warn_only=False)
2619 constraint_size = RelaxedUnspecConstraint(warn_only=False)
2622 constraint_size = RelaxedUnspecConstraint(warn_only=True)
2624 constraint_stride = RelaxedUnspecConstraint(warn_only=True)
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py1129 class RelaxedUnspecConstraint(Constraint): class
1154 DimConstraint = Union[StrictMinMaxConstraint, RelaxedUnspecConstraint, None]
3842 and not isinstance(constraint, RelaxedUnspecConstraint)
3853 elif isinstance(constraint, RelaxedUnspecConstraint):
3885 elif isinstance(constraint, RelaxedUnspecConstraint):
4078 elif isinstance(c, RelaxedUnspecConstraint):