Home | History | Annotate | Download | only in ops

Lines Matching refs:thunk

167     self.cov_update_ops = [thunk() for thunk in self.cov_update_thunks]
175 self.inv_update_ops = [thunk() for thunk in self.inv_update_thunks]
265 """Constructs a covariance update thunk for a single FisherFactor."""
267 def thunk():
272 return thunk
275 """Constructs an inverse update thunk for a single FisherFactor."""
277 def thunk():
282 return thunk