Assign Operator
Created by: Superjomn
According to sequence decoder, the syntax like
new_state = ...
state.update(new_state)
needs an assign operator , that assign one tensor's value to another.
Created by: Superjomn
According to sequence decoder, the syntax like
new_state = ...
state.update(new_state)
needs an assign operator , that assign one tensor's value to another.