# at an early stage for feedback and testing and are subject to change.
This file provides a function `register_forward_hook_for_model` that registers a forward hook on every operator of the model. After registration, during model inference, all tensors generated ...