parent.update()
. It can be overridden in inheritors. Inheritor, which have lazy fields, must override method as follow: first it must dump lazy fields of current tensor, and then invoke super.update(), which basically calls update() method of parent tensor. This method must be called every time, when tensor, has changed.
@see MultiTensor#update()
|
|