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
Now the OperatorBase has one default empty constructor. And each operator will be created by calling this empty constructor in OpRegistry:: CreateOp(). Where to do the operations which only need to be done once in the operator? For example, we create an auxiliary object in the RNN operator. so, whether the OperatorBase needs an initial interface?
The text was updated successfully, but these errors were encountered:
Now the
OperatorBase
has one default empty constructor. And each operator will be created by calling this empty constructor inOpRegistry:: CreateOp()
. Where to do the operations which only need to be done once in the operator? For example, we create an auxiliary object in the RNN operator. so, whether the OperatorBase needs an initial interface?The text was updated successfully, but these errors were encountered: