Rate this Page

torch.fx.experimental.proxy_tensor.thunkify#

torch.fx.experimental.proxy_tensor.thunkify(tracer, f, *args, **kwargs)[source]#

Delays computation of f until it’s called again Also caches the result

Return type:

Thunk[R]