Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dlegacy_vmap_test.cpp358 Tensor batched_out = batched_x.sum(0); in TEST() local
368 Tensor batched_out = batched_x.sum(-1); in TEST() local
378 Tensor batched_out = batched_x.sum(std::vector<int64_t>{0, 1}); in TEST() local
388 Tensor batched_out = batched_x.sum(std::vector<int64_t>{0, 1}); in TEST() local
696 auto batched_out = batched.expand({3, 5}); in TEST() local
713 auto batched_out = batched.expand({7, 3, 5}); in TEST() local
730 auto batched_out = batched.expand(c10::IntArrayRef({})); in TEST() local
739 auto batched_out = batched.expand({5, 7}); in TEST() local
752 auto batched_out = batched.unsqueeze(0); in TEST() local
762 auto batched_out = batched.unsqueeze(0); in TEST() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorConversions.cpp145 auto batched_out = at::zeros( in compressed_to_batched_compressed_indices() local