Searched refs:execute_func (Results 1 – 2 of 2) sorted by relevance
1803 def _disable_test(execute_func): argument1810 if execute_func:1826 execute_func = not is_xla_enabled()1827 return _disable_test(execute_func)1833 execute_func = not is_mlir_bridge_enabled()1834 return _disable_test(execute_func)1897 execute_func = not is_xla_enabled()1898 return _disable_test(execute_func)
72 static const tc_execute execute_func[TC_NUM_CALLS]; variable163 execute_func[iter->call_id](pipe, &iter->payload); in tc_batch_execute()2688 static const tc_execute execute_func[TC_NUM_CALLS] = { variable