Searched refs:img_path (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | asm_compiler.cc | 294 std::string img_path; in BundleGpuAsm() local 295 if (!env->LocalTempFilename(&img_path)) { in BundleGpuAsm() 300 env, img_path, std::string(img.bytes.begin(), img.bytes.end()))); in BundleGpuAsm() 301 VLOG(2) << "image written to " << img_path; in BundleGpuAsm() 302 image_paths.push_back(std::move(img_path)); in BundleGpuAsm() 389 std::string img_path; in BundleGpuAsm() local 390 if (!env->LocalTempFilename(&img_path)) { in BundleGpuAsm() 395 env, img_path, std::string(img.bytes.begin(), img.bytes.end()))); in BundleGpuAsm() 396 VLOG(2) << "image written to " << img_path; in BundleGpuAsm() 397 inputs_list << "," << img_path; in BundleGpuAsm() [all …]
|
/external/skqp/tools/skqp/src/ |
D | skqp_model.cpp | 115 SkString img_path = SkOSPath::Join(PATH_ROOT, name); in CheckAgainstModel() local 116 SkString max_path = SkOSPath::Join(img_path.c_str(), kMaxPngPath); in CheckAgainstModel() 117 SkString min_path = SkOSPath::Join(img_path.c_str(), kMinPngPath); in CheckAgainstModel()
|
/external/skia/tools/skqp/src/ |
D | skqp_model.cpp | 116 SkString img_path = SkOSPath::Join(PATH_ROOT, name); in CheckAgainstModel() local 117 SkString max_path = SkOSPath::Join(img_path.c_str(), kMaxPngPath); in CheckAgainstModel() 118 SkString min_path = SkOSPath::Join(img_path.c_str(), kMinPngPath); in CheckAgainstModel()
|
/external/autotest/client/bin/ |
D | partition.py | 859 def _create_disk_img(self, img_path): argument 868 img_path, self.size) 870 cmd = 'truncate %s --size %dM' % (img_path, self.size) 873 e_msg = 'Error creating disk image %s: %s' % (img_path, e) 875 return img_path
|
/external/pdfium/testing/tools/ |
D | test_runner.py | 225 for img_path, md5_hash in image_paths: 229 test_name = os.path.splitext(os.path.split(img_path)[1])[0] 240 self.gold_results.AddTestResult(test_name, md5_hash, img_path,
|
/external/toolchain-utils/crosperf/ |
D | results_report.py | 800 img_path = os.path.realpath(os.path.expanduser(label.chromeos_image)) 801 ver, img = ParseChromeosImage(img_path)
|
/external/llvm-project/lldb/examples/python/ |
D | crashlog.py | 700 _, img_uuid, img_path) = image_match.groups() 705 uuid.UUID(img_uuid), img_path,
|