Merge pull request #36558 from ROCmSoftwarePlatform:google_upstream_rocm_misc_200207_1

PiperOrigin-RevId: 300591479
Change-Id: Ibe9d116adc1e10d8435731483c01aed4bec91826
This commit is contained in:
TensorFlower Gardener 2020-03-12 11:51:56 -07:00
commit 79d479b9b2

View File

@ -273,7 +273,7 @@ struct ConcatenationOpTestTyped : public testing::Test {
using TestType = Type;
enum TensorType tensor_type =
std::is_same<Type, int16_t>::value ? TensorType_INT16 : TensorType_INT8;
(std::is_same<Type, int16_t>::value ? TensorType_INT16 : TensorType_INT8);
};
using TestTypes = testing::Types<int8_t, int16_t>;