Searched refs:key (Results 1 – 3 of 3) sorted by relevance
25 def is_common(key): argument26 return key not in ["tests"]28 common_test_params = {key: val for key, val in params.items() if is_common(key)}
118 def include_in_config(key): argument119 return key not in [126 config_params = {key: val for key, val in params.items() if include_in_config(key)}226 for key, val in params.items():321 for key, val in params.items():322 if key in line_list:330 new_line = str(val).join(line.rsplit(key, 1))335 for key in tensors:336 if key in line:337 dtype = Lib.op_utils.get_dtype(key, params)[all …]
1888 # search using the keyboard; to jump to the search box use <access key> + S1889 # (what the <access key> is depends on the OS and browser, but it is typically1891 # key> to jump into the search results window, the results can be navigated