Home
last modified time | relevance | path

Searched full:structured_inherits (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml443 structured_inherits: TensorIteratorBase
523 structured_inherits: TensorIteratorBase
573 structured_inherits: TensorIteratorBase
846 structured_inherits: TensorIteratorBase
879 structured_inherits: TensorIteratorBase
914 structured_inherits: TensorIteratorBase
972 structured_inherits: TensorIteratorBase
1010 structured_inherits: TensorIteratorBase
1195 structured_inherits: TensorIteratorBase
1204 structured_inherits: TensorIteratorBase
[all …]
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py551 structured_inherits: str | None
671 structured_inherits = e.pop("structured_inherits", None)
672 assert structured_inherits is None or isinstance(
673 structured_inherits, str
674 ), f"not a str: {structured_inherits}"
675 assert structured_inherits is None or "::" not in structured_inherits, (
932 structured_inherits=structured_inherits,
1008 if self.structured_inherits is not None:
1011 ), "structured_inherits must also imply structured: True"
H A Dnative_function_generation.py345 structured_inherits=None,
H A Dgen.py799 parent_class = g.out.structured_inherits
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_executorch_gen.py32 structured_inherits: TensorIteratorBase
59 structured_inherits: TensorIteratorBase
87 structured_inherits: TensorIteratorBase
120 structured_inherits: TensorIteratorBase
H A Dtest_codegen_model.py70 structured_inherits: TensorIteratorBase"""
77 structured_inherits: TensorIteratorBase"""
/aosp_15_r20/external/pytorch/torchgen/dest/
H A Dregister_dispatch_key.py992 generate_super=self.g.out.structured_inherits is not None