configure and execute.What is type/technical debt and why did you add this label?
Basically speaking, it is the work which should have been done right away, but for some reasons has been posponed. Please check out the wikipedia article for more.
I used this label because the items in the list should be implemented, but they are not that critical to do it right now.
@s-barannikov Is it okay for you if I create functions in testutil for output tensor shape check?
@struss
Sure. I just have one wish: it would be nice to see what exactly differs in shapes in case a test fails.
@s-barannikov okay. I will make a draft PR for this. thanks a lot.
Most helpful comment
Basically speaking, it is the work which should have been done right away, but for some reasons has been posponed. Please check out the wikipedia article for more.
I used this label because the items in the list should be implemented, but they are not that critical to do it right now.