ContContractRV.prepare_node#
- ContContractRV.prepare_node(node, storage_map, compute_map, impl)#
Make any special modifications that the
Opneeds before doingOp.make_thunk().This can modify the node inplace and should return nothing.
It can be called multiple time with different
implvalues.Warning
It is the
Op’s responsibility to not re-prepare the node when it isn’t good to do so.