Searched defs:lazy_result (Results 1 – 1 of 1) sorted by relevance
640 torch::Tensor lazy_result = torch::rsub(lazy_input, other, alpha); in TEST_F() local824 torch::Tensor lazy_result = torch::ne(lazy_input, other); in TEST_F() local835 torch::Tensor lazy_result = torch::eq(lazy_input, other); in TEST_F() local846 torch::Tensor lazy_result = torch::ge(lazy_input, other); in TEST_F() local873 torch::Tensor lazy_result = torch::le(lazy_input, other); in TEST_F() local900 torch::Tensor lazy_result = torch::gt(lazy_input, other); in TEST_F() local927 torch::Tensor lazy_result = torch::lt(lazy_input, other); in TEST_F() local1097 auto lazy_result = torch::triangular_solve( in TEST_F() local2563 torch::Tensor lazy_result = torch::cumsum(lazy_input, dim); in TEST_F() local2577 torch::Tensor lazy_result = in TEST_F() local[all …]