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

  /external/autotest/server/hosts/
emulated_adb_host.py 135 image_dir = self.teststation.get_tmp_dir()
138 self.download_file(build_url, zipped_artifact, image_dir,
140 self.download_file(build_url, dtb_artifact, image_dir,
142 return image_dir
144 self.teststation.run('rm -rf %s' % image_dir)
adb_host.py     [all...]
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 47 --image_dir ~/flower_photos
55 --image_dir ~/flower_photos
58 You can replace the image_dir argument with any folder containing subfolders of
75 --image_dir ~/flower_photos --architecture mobilenet_1.0_224
82 --image_dir ~/flower_photos/ --architecture mobilenet_1.0_224_quantized
139 def create_image_lists(image_dir, testing_percentage, validation_percentage):
147 image_dir: String path to a folder containing subfolders of images.
155 if not gfile.Exists(image_dir):
156 tf.logging.error("Image directory '" + image_dir + "' not found.")
159 sub_dirs = [x[0] for x in gfile.Walk(image_dir)]
    [all...]
  /external/toolchain-utils/
weekly_report.py 170 image_dir = '%s_test_image' % day
171 image_path = os.path.join(data_path, image_dir)
183 image_dir = '%s_vanilla_image' % day
184 image_path = os.path.join(data_path, image_dir)
remote_gcc_build.py 248 image_dir = os.path.join(chromeos_root, 'src', 'build', 'images', board,
250 command = 'rm -rf {0} && mkdir -p {0}'.format(image_dir)
253 command = 'mv {0}/chromiumos_test_image.bin {1}'.format(board_dir, image_dir)
  /art/dex2oat/linker/
image_test.h 63 std::string image_dir; member in struct:art::linker::CompilationHelper
126 const int rmdir_result = rmdir(image_dir.c_str());
179 if (image_dir.empty()) {
180 image_dir = image_filename.substr(0, pos);
181 int mkdir_result = mkdir(image_dir.c_str(), 0700);
182 CHECK_EQ(0, mkdir_result) << image_dir;
  /bootable/recovery/tests/manual/
recovery_test.cpp 96 std::vector<std::string> image_dir {
114 for (const std::string& str : image_dir) {
  /external/toolchain-utils/cros_utils/
misc.py 116 image_dir = GetImageDir(chromeos_root, board)
117 latest_image_dir = os.path.join(image_dir, 'latest')
121 with WorkingDirectory(image_dir):
  /external/toolchain-utils/fdo_scripts/
vanilla_vs_fdo.py 71 image_dir = misc.GetImageDir(self._chromeos_root, self._board)
  /external/avb/
avbtool     [all...]

Completed in 268 milliseconds