Tenser Create BUG Caused By TSet
Closed this issue · 0 comments
YXalix commented
Thank you for your Plugin,it helped me a lot !
bool Create(TSet<int32> TensorDimensions);
When I input like this InputData.Create({1,10,10,10});
Final TSet equals to {1,10}