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

  /external/e2fsprogs/misc/
filefrag.c 393 static dev_t last_device; local
418 if (last_device != st.st_dev) {
443 if (verbose && last_device != st.st_dev)
450 last_device = st.st_dev;
  /external/tensorflow/tensorflow/python/training/
saver.py 378 last_device = None
380 last_device = device
389 with ops.device(_set_cpu0(last_device)):
    [all...]

Completed in 255 milliseconds