Home
last modified time | relevance | path

Searched defs:image_path (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage_test.cc62 std::string image_path = kTestImage; in TEST() local
103 std::string image_path = kTestImage; in TEST() local
143 std::string image_path = kTestImage; in TEST() local
183 std::string image_path = kTestImage; in TEST() local
224 std::string image_path = kTestImage; in TEST() local
269 std::string image_path = kTestImage; in TEST() local
Dobject_detection_stage.h64 void SetInputs(const std::string& image_path, in SetInputs()
Dimage_classification_stage.h57 void SetInputs(const std::string& image_path, in SetInputs()
Dimage_preprocessing_stage.h50 void SetImagePath(std::string* image_path) { image_path_ = image_path; } in SetImagePath()
/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py241 def GoodDownloadImage(root, build_id, image_path): argument
247 def BadDownloadImage(root, build_id, image_path): argument
/external/avb/test/
Davb_unittest_util.cc130 std::filesystem::path image_path = testdir_ / file_name; in GenerateImage() local
145 std::string BaseAvbToolTest::InfoImage(const std::string& image_path) { in InfoImage()
Davbtool_unittest.cc2384 std::filesystem::path image_path = testdir_ / "kernel.bin"; in TEST_F() local
3402 std::string image_path = GenerateImage("test_print_version", 1024); in PrintWithMakeVbmetaImage() local
/external/vboot_reference/futility/
Dplatform_csme.c144 static char *determine_ifd_platform(const char *image_path) in determine_ifd_platform()
171 static int run_ifdtool(const char *image_path, char *platform, const char *extra_options) in run_ifdtool()
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/utils/
Dimage_utils.cc61 const std::string& image_path) { in EncodeImageToPngFile()
/external/chromiumos-config/proto/chromiumos/test/api/
Dprovision.proto132 StoragePath image_path = 1; field
161 StoragePath image_path = 2; field
Dvm_leaser.proto153 string image_path = 1; field
/external/autotest/server/site_tests/firmware_CsmeFwUpdate/
Dfirmware_CsmeFwUpdate.py138 def check_fmap_format(self, image_path): argument
158 def check_if_me_blob_exist_in_image(self, image_path): argument
/external/tensorflow/tensorflow/python/keras/protobuf/
Dprojector_config.proto25 string image_path = 1; field
/external/executorch/examples/models/llava/
Dmain.cpp65 std::string image_path = FLAGS_image_path; in main() local
/external/pdfium/testing/tools/skia_gold/
Dskia_gold.py154 def UploadTestResultToSkiaGold(self, image_name, image_path): argument
/external/autotest/server/site_tests/firmware_Cr50Update/
Dfirmware_Cr50Update.py175 def add_image_to_update_order(self, image_name, image_path, ver=None): argument
/external/pdfium/testing/tools/
Dsafetynet_image.py198 def _WritePageTd(self, f, image_path): argument
Dtest_runner.py801 def _NewImageArtifact(self, *, image_path, md5_hash): argument
/external/tensorflow/tensorflow/examples/label_image/
Dmain.cc336 string image_path = tensorflow::io::JoinPath(root_dir, image); in main() local
/external/autotest/server/cros/servo/
Dservo.py1193 def image_to_servo_usb(self, image_path=None, argument
1273 image_path=None, argument
1302 def _scp_image(self, image_path): argument
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc406 string image_path = tensorflow::io::JoinPath(root_dir, image); in main() local
/external/ComputeLibrary/tests/
DAssetsLibrary.cpp412 const std::string image_path = ("\\images\\"); in load_image() local
/external/autotest/server/cros/faft/
Dcr50_test.py445 def update_cr50_image_and_board_id(self, image_path, bid): argument