Searched defs:NativeFunctionsViewGroup (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | gen_functionalization_type.py | 96 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 D | gen.py | 2176 view_groups: Sequence[NativeFunctionsViewGroup], 2488 fn: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup, 2530 g: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup, 2533 g: NativeFunction | NativeFunctionsGroup | NativeFunctionsViewGroup,
|
H A D | model.py | 2665 class NativeFunctionsViewGroup: class
|
/aosp_15_r20/external/pytorch/torchgen/static_runtime/ |
H A D | generator.py | 242 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 D | config.py | 6 def func_name_base_str(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> str: 58 def is_hand_written(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> bool:
|
H A D | gen_static_runtime_ops.py | 33 def is_supported(g: NativeFunctionsGroup | NativeFunctionsViewGroup) -> bool:
|
/aosp_15_r20/external/pytorch/torchgen/api/ |
H A D | functionalization.py | 92 g: NativeFunctionsViewGroup,
|
H A D | autograd.py | 174 self, g: NativeFunctionsViewGroup
|
/aosp_15_r20/external/pytorch/tools/autograd/ |
H A D | load_derivatives.py | 69 view_groups: list[NativeFunctionsViewGroup],
|
/aosp_15_r20/external/pytorch/torchgen/api/types/ |
H A D | signatures.py | 373 g: NativeFunctionsViewGroup, *, is_reverse: bool
|