Home
last modified time | relevance | path

Searched defs:SchemaKind (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/dest/
H A Dregister_dispatch_key.py584 self, k: SchemaKind, parent_class: str, generate_super: bool
612 def gen_class_set_output_body(self, k: SchemaKind, maybe_create_proxy: bool) -> str:
671 def gen_class_ctor(self, k: SchemaKind, class_name: str, returns: int) -> str:
691 k: SchemaKind,
/aosp_15_r20/external/executorch/exir/dialects/edge/op/
H A Dapi.py36 def to_variant(op: OpOverload, variant: SchemaKind) -> OpOverload:
/aosp_15_r20/external/pytorch/torchgen/
H A Dnative_function_generation.py270 f: NativeFunction, k: SchemaKind
H A Dgen.py1365 d: dict[ViewSchemaKind | SchemaKind, NativeFunction]
1412 d: dict[SchemaKind, NativeFunction]
H A Dmodel.py1085 class SchemaKind(Enum): class
1192 def from_dict(d: dict[SchemaKind, NativeFunction]) -> NativeFunctionsGroup | None: