HomeSort by relevance Sort by last modified time
    Searched refs:running_on_cpu (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/numa/
numa01.sh 251 running_on_cpu=0
265 running_on_cpu=$(awk '{ print $39; }' /proc/$pid/stat)
266 if [ $running_on_cpu -ne $run_on_cpu ]; then
268 "Process running on cpu$running_on_cpu but expected to run on cpu$run_on_cpu"
  /external/tensorflow/tensorflow/python/tpu/
tpu_estimator.py     [all...]

Completed in 796 milliseconds