Searched defs:test_x (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/functorch/examples/maml_regression/ |
H A D | evjang.py | 120 test_x = torch.arange(-2 * math.pi, 2 * math.pi, step=0.01).unsqueeze(1) variable
|
H A D | evjang_transforms.py | 124 test_x = torch.arange(-2 * math.pi, 2 * math.pi, step=0.01).unsqueeze(1) variable
|
H A D | evjang_transforms_module.py | 120 test_x = torch.arange(-2 * math.pi, 2 * math.pi, step=0.01).unsqueeze(1) variable
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | function-redecl.c | 122 void test_x() { in test_x() function
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_binary_ufuncs.py | 3925 def test_x(sizes, dim, x, device): function 3981 def test_x(sizes, dim, x, device): function
|