When will result be a dict or list?

__call__ method in module.py

hello @ptrblck
If result is generated by _slow_forward, it would be dict or list?

BTW, I can’t understand _tracing_name and _slow_forward quite well. Are they for tracing and debug? Should I know JIT well first?

Many thanks in advance.