Home
last modified time | relevance | path

Searched defs:at_tensor_b (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dtensor_interop_test.cpp147 auto at_tensor_b = at::ones({5, 5}, at::dtype(at::kFloat)); in TEST() local
187 auto at_tensor_b = at_tensor_a.view({5, 5}); in TEST() local
215 auto at_tensor_b = at_tensor_a.view({25}); in TEST() local
H A Dcuda_tensor_interop_test.cpp83 auto at_tensor_b = at::ones({5, 5}, at::dtype(at::kFloat).device(at::kCUDA)); in TEST() local
124 auto at_tensor_b = at_tensor_a.view({25}); in TEST() local