Fix some trivial C++11 vs C++03 compatibility warnings

This commit is contained in:
Christoph Hertzberg
2018-08-25 12:21:00 +02:00
parent 42123ff38b
commit b1653d1599
3 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ struct cond<RowMajor> {
*/
enum TensorBlockShapeType {
kUniformAllDims,
kSkewedInnerDims,
kSkewedInnerDims
};
struct TensorOpResourceRequirements {