Merge pull request #36558 from ROCmSoftwarePlatform:google_upstream_rocm_misc_200207_1
PiperOrigin-RevId: 300591479 Change-Id: Ibe9d116adc1e10d8435731483c01aed4bec91826
This commit is contained in:
commit
79d479b9b2
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user