Lines Matching defs:NativeFunction
254 def error_check_native_functions(funcs: Sequence[NativeFunction]) -> None:
336 f: NativeFunction, backend_index: BackendIndex
356 f: NativeFunction, backend_index: list[BackendIndex]
418 f: NativeFunction,
436 f: NativeFunction,
465 f: NativeFunction,
545 def __call__(self, f: NativeFunction) -> str | None:
570 def __call__(self, f: NativeFunction) -> str:
664 def __call__(self, f: NativeFunction) -> str | None:
715 def __call__(self, f: NativeFunction) -> str | None:
758 def __call__(self, f: NativeFunction) -> str | None:
787 def compute_aten_op(f: NativeFunction) -> str:
916 def needs_backend_select(f: NativeFunction, selector: SelectiveBuilder) -> bool:
937 def __call__(self, f: NativeFunction) -> str | None:
1065 f: NativeFunction,
1200 def compute_declaration_yaml(f: NativeFunction) -> object:
1289 def has_autogenerated_composite_kernel(f: NativeFunction) -> bool:
1297 f: NativeFunction, backend_indices: dict[DispatchKey, BackendIndex]
1362 native_functions: Sequence[NativeFunction],
1365 d: dict[ViewSchemaKind | SchemaKind, NativeFunction] argument
1409 native_functions: Sequence[NativeFunction],
1412 d: dict[SchemaKind, NativeFunction] argument
1435 [NativeFunctionsGroup | NativeFunction, BackendIndex], list[str]
1492 [NativeFunctionsGroup | NativeFunction, BackendIndex], list[str]
1684 native_functions: Sequence[NativeFunction],
1720 native_functions: Sequence[NativeFunction],
1841 native_functions: Sequence[NativeFunction],
2035 native_functions: Sequence[NativeFunction],
2173 native_functions: Sequence[NativeFunction],
2703 cpu_fm: FileManager, native_functions: Sequence[NativeFunction]