We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55b698 commit d75352bCopy full SHA for d75352b
src/NumSharp.Core/NdArray.cs
@@ -77,7 +77,7 @@ public NDArray(Array values ) : this(values.GetType().GetElementType())
77
{
78
case 1 :
79
80
-
+ Storage.SetData(values);
81
break;
82
}
83
0 commit comments