Remove cached tensors from LinearOperator.
CSE should already ensure that tensors are deduped (i.e. multiple Cholesky's for the same matrix are not performed). This also makes it easier to use LinearOperators in tf.while_loop. PiperOrigin-RevId: 190141732
Loading
Please sign in to comment