Merge with eigen/default

This commit is contained in:
Eugene Zhulenev
2018-08-10 17:18:42 -07:00
4 changed files with 9 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ struct cond<RowMajor> {
* - kSkewedInnerDims: 100 blocks of size 100x1 (or 1x100 depending on a column
* or row major layout)
*/
enum class TensorBlockShapeType {
enum TensorBlockShapeType {
kUniformAllDims,
kSkewedInnerDims,
};