Searched refs:dest_tensor (Results 1 – 1 of 1) sorted by relevance
192 Tensor<int, 1> dest_tensor(5); in test_same_type() local194 dest_tensor.setRandom(); in test_same_type()196 int* dest_data = dest_tensor.data(); in test_same_type()197 dest_tensor = orig_tensor; in test_same_type()199 VERIFY_IS_EQUAL(dest_tensor.data(), dest_data); in test_same_type()201 VERIFY_IS_EQUAL(dest_tensor(i), orig_tensor(i)); in test_same_type()