mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Merge with eigen/default
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user