You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpTest in op_test.py is currently the base class of all operator unit tests, and it doesn't provide any method to specify certain input tensor and output tensor share the same memory, i.e. the operator does in place computation.
We should enhance this to support easier unit test of operators like batch normalization.
The text was updated successfully, but these errors were encountered:
OpTest
inop_test.py
is currently the base class of all operator unit tests, and it doesn't provide any method to specify certain input tensor and output tensor share the same memory, i.e. the operator does in place computation.We should enhance this to support easier unit test of operators like batch normalization.
The text was updated successfully, but these errors were encountered: