UpdateStateΒΆ
Updates a graph node with a new state dictionary in-place.
Abstract Signature:
UpdateState(node, state)
PyTorch
API:
βStrategy: Macro '{node}.load_state_dict({state})'
JAX (Core)
API:
βStrategy: Custom / Partial
Updates a graph node with a new state dictionary in-place.
Abstract Signature:
UpdateState(node, state)
ββ