Home
last modified time | relevance | path

Searched defs:NativeFunctionsViewGroup (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_functionalization_type.py96 def __call__(self, g: NativeFunctionsViewGroup) -> str | None:
348 g: NativeFunctionsViewGroup, *, view_inplace: bool
760 selector: SelectiveBuilder, g: NativeFunctionsViewGroup
765 def emit_decl_helper(g: NativeFunctionsViewGroup) -> str | None:
776 g: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup,
842 g: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup,
H A Dgen.py2176 view_groups: Sequence[NativeFunctionsViewGroup],
2488 fn: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup,
2530 g: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup,
2533 g: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup,
H A Dmodel.py2665 class NativeFunctionsViewGroup: class
/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgenerator.py242 def is_supported(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> bool:
537 g: NativeFunctionsViewGroup, backend_index: BackendIndex
631 self, groups: Sequence[NativeFunctionsViewGroup], backend_index: BackendIndex
682 self, g: NativeFunctionsViewGroup, backend_index: BackendIndex
710 def view(self, groups: Sequence[NativeFunctionsViewGroup]) -> str:
770 def view_op_test_case_generator(self, g: NativeFunctionsViewGroup) -> str:
H A Dconfig.py6 def func_name_base_str(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> str:
58 def is_hand_written(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> bool:
H A Dgen_static_runtime_ops.py33 def is_supported(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> bool:
/aosp_15_r20/external/pytorch/torchgen/api/
H A Dfunctionalization.py92 g: NativeFunctionsViewGroup,
H A Dautograd.py174 self, g: NativeFunctionsViewGroup
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dload_derivatives.py69 view_groups: list[NativeFunctionsViewGroup],
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dsignatures.py373 g: NativeFunctionsViewGroup, *, is_reverse: bool