Searched refs:i2tensor (Results 1 – 1 of 1) sorted by relevance
67 Tensor<int, 2> i2tensor = dtensor.cast<int>(); in test_float_to_int_cast() local72 VERIFY_IS_EQUAL(i2tensor(i,j), static_cast<int>(dtensor(i,j))); in test_float_to_int_cast()