SessionProgramTuner.run#

from tmlt.tune import SessionProgramTuner
SessionProgramTuner.run(tunable_values=None)#

Computes all outputs for a single run.

Does not compute views nor metrics.

Parameters:

tunable_values (Optional[Dict[str, Any]]) – A dictionary mapping names of Tunables to concrete values to use for this run. Every Tunable used in building this tuner must have a value in this dictionary. This can be None only if no Tunables were used.

Return type:

RunOutputs