thunder.core.transforms.insert_inplace¶
- thunder.core.transforms.insert_inplace(trc, idx, fn)[source]¶
Calls
fn
and record any symbols called intotrc
, starting atidx
.- Parameters:
- Return type:
Note
This operation is inplace. It will modify the given
trc
’sbound_symbols
.Note
Because this operation is explicitly inplace, it will disregard whether or not
mark_complete()
has been called ontrc
already.