Searched full:structured_inherits (Results 1 – 7 of 7) sorted by relevance
443 structured_inherits: TensorIteratorBase523 structured_inherits: TensorIteratorBase573 structured_inherits: TensorIteratorBase846 structured_inherits: TensorIteratorBase879 structured_inherits: TensorIteratorBase914 structured_inherits: TensorIteratorBase972 structured_inherits: TensorIteratorBase1010 structured_inherits: TensorIteratorBase1195 structured_inherits: TensorIteratorBase1204 structured_inherits: TensorIteratorBase[all …]
551 structured_inherits: str | None671 structured_inherits = e.pop("structured_inherits", None)672 assert structured_inherits is None or isinstance(673 structured_inherits, str674 ), 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"
345 structured_inherits=None,
799 parent_class = g.out.structured_inherits
32 structured_inherits: TensorIteratorBase59 structured_inherits: TensorIteratorBase87 structured_inherits: TensorIteratorBase120 structured_inherits: TensorIteratorBase
70 structured_inherits: TensorIteratorBase"""77 structured_inherits: TensorIteratorBase"""
992 generate_super=self.g.out.structured_inherits is not None