Searched refs:target_util (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/sched/eas/ |
D | sched_boost.c | 127 int target_util = test_boost[i] * 10; in check_results() local 128 if (test_utils[i] < target_util - TEST_MARGIN || in check_results() 129 test_utils[i] > target_util + TEST_MARGIN) in check_results() 133 target_util - TEST_MARGIN, in check_results() 134 target_util + TEST_MARGIN); in check_results() 139 target_util - TEST_MARGIN, in check_results() 140 target_util + TEST_MARGIN); in check_results()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | BUILD | 197 name = "target_util", 198 srcs = ["target_util.cc"], 199 hdrs = ["target_util.h"], 261 ":target_util", 326 ":target_util", 344 ":target_util", 680 ":target_util",
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | BUILD | 203 "//tensorflow/compiler/xla/service/gpu:target_util",
|