/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_auto_functionalize.py | 27 def foo_impl(a, b, c=None, d=None, e=-1): function 45 def foo_impl(x, out): function 62 def foo_impl(self: torch.Tensor) -> None: function 85 def foo_impl(all_gather_output, all_gather_input_split_sizes, dim, out): function 156 def foo_impl(x, y, z, w, n): function 208 def foo_impl(x, y, z, w, n): function 269 def foo_impl(x): function 301 def foo_impl(x, y, z, w, n): function 373 def foo_impl(x, y, z, w, n): function 474 def foo_impl(x, y, z, w, n): function [all …]
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_autograd_fallback.py | 76 def foo_impl(a, b, c): function 108 def foo_impl(x, y): function 262 def foo_impl(x, y): function 334 def foo_impl(a, b): function 352 def foo_impl(a, b): function 372 def foo_impl(a): function 395 def foo_impl(a, b): function 429 def foo_impl(a): function
|
H A D | test_custom_ops.py | 142 def foo_impl(x): function 175 def foo_impl(x): function 207 def foo_impl(x): function 245 def foo_impl(x): function 276 def foo_impl(x): function 363 def foo_impl(x): function 388 def foo_impl(x): function 404 def foo_impl(x): function 418 def foo_impl(x): function 734 def foo_impl(x: torch.Tensor) -> torch.Tensor: function [all …]
|
H A D | test_python_dispatch.py | 645 def foo_impl(x, y, z, w): function 669 def foo_impl(x, y, z, w): function 700 def foo_impl(x, y, z, w): function 726 def foo_impl(x, y, z, w): function
|
H A D | test_meta.py | 1363 def foo_impl(x): function
|
H A D | test_fake_tensor.py | 116 def foo_impl(self): function
|
/aosp_15_r20/external/pytorch/test/higher_order_ops/ |
H A D | test_with_effects.py | 445 def foo_impl(a): function 682 def foo_impl(a): function
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | WriteCompilerDetectionHeader.cmake | 365 add_library(foo_impl foo_impl.cpp) target
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_misc.py | 554 def foo_impl(a, b, c=None, d=None, e=-1): function 630 def foo_impl(x, y, z, w): function 704 def foo_impl(x, y, z, w, n): function 759 def foo_impl(x, y, z, w, n): function 821 def foo_impl(x): function 856 def foo_impl(x, y, z, w, n): function
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_serialize.py | 615 def foo_impl(a, b, c): function
|
H A D | test_converter.py | 882 def foo_impl(x): function
|
H A D | test_export.py | 125 def foo_impl(x, z): function
|