Home
last modified time | relevance | path

Searched refs:qint_type (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc56 using qint_type = typename TypeParam::second_type; in TYPED_TEST() typedef
69 DataTypeToEnum<qint_type>::value, in TYPED_TEST()
72 std::vector<qint_type> qint_values = {10, 11}; in TYPED_TEST()
73 test::ExpectTensorEqual<qint_type>(host_tensor, in TYPED_TEST()
74 test::AsTensor<qint_type>(qint_values)); in TYPED_TEST()