Home
last modified time | relevance | path

Searched refs:kwargs (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py203 def _run_command(args, check=False, **kwargs) -> subprocess.CompletedProcess: argument
205 env = kwargs.get('env', {})
215 kwargs.setdefault('capture_output', True)
216 kwargs.setdefault('universal_newlines', True)
220 return subprocess.run(args, check=check, **kwargs)
/test/app_compat/csuite/pylib/
Dcsuite_test.py94 def __init__(self, *args, **kwargs): argument
96 stream=test_output_file, *args, **kwargs)
/test/mlts/benchmark/tools/
Dtensor_utils.py353 def __sns_heatmap(self, data, ax, cbar_ax, **kwargs): argument
355 cbar_kws={"orientation": "horizontal"}, center=0, **kwargs)