Add forceReshape to Matrix

This commit is contained in:
kradchen
2023-05-05 15:03:22 +08:00
parent 5353aa53d5
commit dbd69936bd
2 changed files with 7 additions and 0 deletions

View File

@@ -233,6 +233,8 @@ namespace Aurora {
return false;
}
void forceReshape(int rows, int columns, int slices);
private:
ValueType mValueType = Normal;
std::shared_ptr<double> mData;