Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp640 torch::Tensor lazy_result = torch::rsub(lazy_input, other, alpha); in TEST_F() local
824 torch::Tensor lazy_result = torch::ne(lazy_input, other); in TEST_F() local
835 torch::Tensor lazy_result = torch::eq(lazy_input, other); in TEST_F() local
846 torch::Tensor lazy_result = torch::ge(lazy_input, other); in TEST_F() local
873 torch::Tensor lazy_result = torch::le(lazy_input, other); in TEST_F() local
900 torch::Tensor lazy_result = torch::gt(lazy_input, other); in TEST_F() local
927 torch::Tensor lazy_result = torch::lt(lazy_input, other); in TEST_F() local
1097 auto lazy_result = torch::triangular_solve( in TEST_F() local
2563 torch::Tensor lazy_result = torch::cumsum(lazy_input, dim); in TEST_F() local
2577 torch::Tensor lazy_result = in TEST_F() local
[all …]