Home
last modified time | relevance | path

Searched defs:shape_env (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_dynamic_shapes.py164 def create_symbolic_tensor(name, arg, shape_env, source=None, dynamic_dims=None): argument
194 def create_symtype(cls, pytype, shape_env, val, duck=True, **kwargs): argument
208 def create_symint(shape_env, i: int, duck=True, **kwargs) -> SymInt: argument
212 def create_symbool(shape_env, b: bool) -> SymBool: argument
216 def create_symfloat(shape_env, f: float) -> SymFloat: argument
1076 def _do_test(self, fn, inp1, inp2, shape_env, is_unary_fn): argument
1080 def _do_test2(self, fn, inp1, inp2, shape_env, is_unary_fn): argument
H A Dtest_proxy_tensor.py932 def _get_free_symbols(shape_env): argument
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py882 t: MetaTensorDesc, source, shape_env, callback argument
954 base: torch.Tensor, t: MetaTensorDesc, source=source, shape_env=shape_env argument
1031 shape_env=shape_env, argument
1591 shape_env=None, argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/shape_inference/
H A Dinfer_shape.py90 def mksym(shape_env, value, source, dynamic_dim): argument
/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_shape_inference.py19 def mksym(shape_env, value, source, dynamic_dim) -> None: argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py282 def resolve_unbacked_bindings(shape_env, bindings): argument
290 def rebind_unbacked(shape_env, n: torch.fx.Node, result): argument
584 def compute_unbacked_bindings(shape_env, example_value, old_example_value=None, peek=False): argument
852 def _constrain_symbol_range(shape_env, s: sympy.Symbol, compiler_min: int, compiler_max: int): argument
H A Drecording.py97 def run(self, shape_env=None) -> Any: argument
H A Dvalidator.py669 def bisect(shape_env): argument
H A Dsym_node.py71 shape_env, argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dgraph.py301 shape_env=None, argument
H A Dsizevars.py68 def __init__(self, shape_env=None) -> None: argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py589 def shape_env(self): member in OutputGraph
H A Dguards.py2019 def _produce_guard_code(self, guard, code_list, shape_env=False): argument
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py3939 def create_symtype(cls, pytype, shape_env, val): argument