/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/ |
D | MultiBoxTracker.java | 282 for (final Pair<Float, Recognition> potential : rectsToTrack) { in processResults() 284 trackedRecognition.detectionConfidence = potential.first; in processResults() 285 trackedRecognition.location = new RectF(potential.second.getLocation()); in processResults() 287 trackedRecognition.title = potential.second.getTitle(); in processResults() 299 for (final Pair<Float, Recognition> potential : rectsToTrack) { in processResults() 300 handleDetection(originalFrame, timestamp, potential); in processResults() 305 final byte[] frameCopy, final long timestamp, final Pair<Float, Recognition> potential) { in handleDetection() argument 307 objectTracker.trackObject(potential.second.getLocation(), timestamp, frameCopy); in handleDetection() 312 potential.second, potentialObject.getTrackedPositionInPreviewFrame(), potentialCorrelation); in handleDetection() 344 if (potential.first < trackedRecognition.detectionConfidence in handleDetection() [all …]
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/ |
D | MultiBoxTracker.java | 282 for (final Pair<Float, Recognition> potential : rectsToTrack) { in processResults() 284 trackedRecognition.detectionConfidence = potential.first; in processResults() 285 trackedRecognition.location = new RectF(potential.second.getLocation()); in processResults() 287 trackedRecognition.title = potential.second.getTitle(); in processResults() 299 for (final Pair<Float, Recognition> potential : rectsToTrack) { in processResults() 300 handleDetection(originalFrame, timestamp, potential); in processResults() 305 final byte[] frameCopy, final long timestamp, final Pair<Float, Recognition> potential) { in handleDetection() argument 307 objectTracker.trackObject(potential.second.getLocation(), timestamp, frameCopy); in handleDetection() 312 potential.second, potentialObject.getTrackedPositionInPreviewFrame(), potentialCorrelation); in handleDetection() 344 if (potential.first < trackedRecognition.detectionConfidence in handleDetection() [all …]
|
/external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/ |
D | AndroidTempFileLocator.java | 51 for (String potential : splitPathList(input)) { in guessPath() 52 if (!potential.startsWith("/data/app/")) { in guessPath() 56 int end = potential.lastIndexOf(".apk"); in guessPath() 57 if (end != potential.length() - 4) { in guessPath() 60 int dash = potential.indexOf("-"); in guessPath() 64 String packageName = potential.substring(start, end); in guessPath()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | AppDataDirGuesser.java | 139 for (String potential : splitPathList(input)) { in guessPath() 140 if (!potential.startsWith("/data/app/")) { in guessPath() 144 int end = potential.lastIndexOf(".apk"); in guessPath() 145 if (end != potential.length() - 4) { in guessPath() 148 int dash = potential.indexOf("-"); in guessPath() 152 String packageName = potential.substring(start, end); in guessPath()
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/ |
D | l2hmc.py | 56 self.potential = minus_loglikelihood_fn 279 return self.potential(position) + self.kinetic(momentum) 285 grad = tfe.gradients_function(self.potential)(position)[0] 287 grad = tf.gradients(self.potential(position), position)[0]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 10 considered a potential security issue, as it may lead to privileged 48 Fix potential crash during GC caused by ``tp_dealloc`` which doesn't call
|
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/ |
D | 2018-08-23-21-32-27.bpo-18560.5q_c1C.rst | 1 Fix potential NULL pointer dereference in sum().
|
D | 2018-07-18-23-40-32.bpo-25943.Zgf99y.rst | 1 Fix potential heap corruption in the :mod:`bsddb` module. Patch by Zackery
|
/external/bcc/tools/ |
D | deadlock_detector_example.txt | 3 This program detects potential deadlocks on a running process. The program 13 inversion (potential deadlock). If the program finds a lock order inversion, the 17 This program can only find potential deadlocks that occur while the program 35 potential deadlocks that involve only one mutex. 177 This is output from a process that has a potential deadlock involving 4 mutexes 317 Detect potential deadlocks (lock inversions) in a running binary.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.38.txt | 46 Fixed a potential portability issue in the blkid programs for 70 field for indications of a potential corrupted orphaned inode list. 100 will also atomically replace these files to avoid a potential parallel
|
/external/python/cpython3/PCbuild/ |
D | env.bat | 5 rem tools should be the same version to avoid potential conflicts.
|
/external/hamcrest/ |
D | README.version | 10 2016 it seems unnecessary to take those extra 7 commits given the potential for
|
/external/ImageMagick/m4/ |
D | ac_func_fseeko.m4 | 41 # your modified version has the potential to copy into its output some 45 # such potential, you must delete any notice of this special exception
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | sunkaddr-ext.ll | 4 ; use the potential overflow as the basis for an address calculation later by
|
/external/llvm/test/CodeGen/X86/ |
D | sunkaddr-ext.ll | 4 ; use the potential overflow as the basis for an address calculation later by
|
/external/tensorflow/tensorflow/contrib/tensor_forest/ |
D | README.md | 47 of a list of potential splits, along with statistics for each of those splits. 71 `split_after_samples` data points since creating all of its potential splits, 102 only this many potential splits are evaluated for each tree node.
|
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/ |
D | osf.S | 62 # Load up all of the (potential) argument registers. 146 # Store all of the potential argument registers in va_list format.
|
/external/libffi/src/alpha/ |
D | osf.S | 62 # Load up all of the (potential) argument registers. 146 # Store all of the potential argument registers in va_list format.
|
/external/wycheproof/doc/ |
D | index.md | 24 information that a potential attacker can learn. For example padding 58 * We are working toward covering as many potential vulnerabilities as possible
|
/external/autotest/test_suites/ |
D | control.sanity | 20 restricted because of the potential performance costs.
|
/external/mockftpserver/tags/1.2/ |
D | CHANGELOG.txt | 7 control port before the start() method returns. This fixes a potential race condition, which
|
/external/okhttp/okhttp-logging-interceptor/ |
D | README.md | 25 the potential to leak sensitive information such as "Authorization" or "Cookie" headers and the
|
/external/mockftpserver/tags/2.x_Before_IDEA/ |
D | CHANGELOG.txt | 11 control port before the start() method returns. This fixes a potential race condition, which
|
/external/mockftpserver/tags/1.2.1/ |
D | CHANGELOG.txt | 11 control port before the start() method returns. This fixes a potential race condition, which
|
/external/tensorflow/tensorflow/core/kernels/ |
D | clustering_ops.cc | 184 const float potential = new_min_distances.sum(); in Compute() local 185 if (potential < best_potential) { in Compute() 186 best_potential = potential; in Compute()
|