We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51601ff commit d35326eCopy full SHA for d35326e
1 file changed
lighthouse/execution/runner.py
@@ -164,7 +164,8 @@ def _prepare_args(inputs):
164
func = self.engine.lookup(function_name)
165
func(args)
166
167
- # If an argument access callback is provided, use it to recover the output data from the device after execution.
+ # If an argument access callback is provided,
168
+ # use it to recover the output data from the device after execution.
169
if argument_access_callback is not None:
170
argument_access_callback(
171
inputs, execution_engine=self.engine, memory_manager=mem_manager
0 commit comments