Searched refs:i1tensor (Results 1 – 1 of 1) sorted by relevance
66 Tensor<int, 2> i1tensor = ftensor.cast<int>(); in test_float_to_int_cast() local71 VERIFY_IS_EQUAL(i1tensor(i,j), static_cast<int>(ftensor(i,j))); in test_float_to_int_cast()