/external/skia/src/core/ |
D | SkAnalyticEdge.cpp | 232 const int accuracy = kDefaultAccuracy; in setLine() local 234 SkFixed x0 = SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fX, accuracy)) >> accuracy; in setLine() 235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() 236 SkFixed x1 = SkFDot6ToFixed(SkScalarRoundToFDot6(p1.fX, accuracy)) >> accuracy; in setLine() 237 SkFixed y1 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p1.fY, accuracy)) >> accuracy); in setLine() 240 SkFixed x0 = SkFDot6ToFixed(SkScalarToFDot6(p0.fX * multiplier)) >> accuracy; in setLine() 241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() 242 SkFixed x1 = SkFDot6ToFixed(SkScalarToFDot6(p1.fX * multiplier)) >> accuracy; in setLine() 243 SkFixed y1 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p1.fY * multiplier)) >> accuracy); in setLine()
|
D | SkAnalyticEdge.h | 52 const int accuracy = kDefaultAccuracy; in SnapY() local 54 return ((unsigned)y + (SK_Fixed1 >> (accuracy + 1))) >> (16 - accuracy) << (16 - accuracy); in SnapY()
|
/external/skqp/src/core/ |
D | SkAnalyticEdge.cpp | 232 const int accuracy = kDefaultAccuracy; in setLine() local 234 SkFixed x0 = SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fX, accuracy)) >> accuracy; in setLine() 235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() 236 SkFixed x1 = SkFDot6ToFixed(SkScalarRoundToFDot6(p1.fX, accuracy)) >> accuracy; in setLine() 237 SkFixed y1 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p1.fY, accuracy)) >> accuracy); in setLine() 240 SkFixed x0 = SkFDot6ToFixed(SkScalarToFDot6(p0.fX * multiplier)) >> accuracy; in setLine() 241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() 242 SkFixed x1 = SkFDot6ToFixed(SkScalarToFDot6(p1.fX * multiplier)) >> accuracy; in setLine() 243 SkFixed y1 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p1.fY * multiplier)) >> accuracy); in setLine()
|
D | SkAnalyticEdge.h | 52 const int accuracy = kDefaultAccuracy; in SnapY() local 54 return ((unsigned)y + (SK_Fixed1 >> (accuracy + 1))) >> (16 - accuracy) << (16 - accuracy); in SnapY()
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_gl.txt | 921 spec/ext_framebuffer_multisample/accuracy 16 color: skip 922 spec/ext_framebuffer_multisample/accuracy 16 color depthstencil: skip 923 spec/ext_framebuffer_multisample/accuracy 16 color depthstencil linear: skip 924 spec/ext_framebuffer_multisample/accuracy 16 color linear: skip 925 spec/ext_framebuffer_multisample/accuracy 16 color small: skip 926 spec/ext_framebuffer_multisample/accuracy 16 color small depthstencil: skip 927 spec/ext_framebuffer_multisample/accuracy 16 color small depthstencil linear: skip 928 spec/ext_framebuffer_multisample/accuracy 16 color small linear: skip 929 spec/ext_framebuffer_multisample/accuracy 16 depth_draw: skip 930 spec/ext_framebuffer_multisample/accuracy 16 depth_draw depthstencil: skip [all …]
|
/external/llvm/test/Verifier/ |
D | fpmath.ll | 11 ; CHECK: invalid fpmath accuracy! 17 ; CHECK: fpmath accuracy not a positive number! 19 ; CHECK: fpmath accuracy not a positive number! 21 ; CHECK: fpmath accuracy not a positive number! 23 ; CHECK: fpmath accuracy must have float type
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | fpmath.ll | 11 ; CHECK: invalid fpmath accuracy! 17 ; CHECK: fpmath accuracy not a positive number! 19 ; CHECK: fpmath accuracy not a positive number! 21 ; CHECK: fpmath accuracy not a positive number! 23 ; CHECK: fpmath accuracy must have float type
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | ConvergingAlgorithmImpl.java | 89 public void setAbsoluteAccuracy(double accuracy) { in setAbsoluteAccuracy() argument 90 absoluteAccuracy = accuracy; in setAbsoluteAccuracy() 119 public void setRelativeAccuracy(double accuracy) { in setRelativeAccuracy() argument 120 relativeAccuracy = accuracy; in setRelativeAccuracy()
|
D | ConvergingAlgorithm.java | 82 void setAbsoluteAccuracy(double accuracy); in setAbsoluteAccuracy() argument 112 void setRelativeAccuracy(double accuracy); in setRelativeAccuracy() argument
|
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | README.md | 3 This binary can evaluate the accuracy of TFLite models trained for the [ILSVRC 2012 image classific… 5 The binary takes the path to validation images and labels as inputs. It outputs the accuracy after … 34 accuracy after processing images in a sorted order. So first line is 35 accuracy after processing the first image, second line is accuracy after 36 processing first two images. The last line of the file is accuracy after 61 to top-5 accuracy fractions are returned. 70 If provided, tries to use the specified delegate for accuracy evaluation. 79 The accuracy binary however expects the ground truth labels to contain the actual name of 103 //tensorflow/lite/tools/accuracy/ilsvrc:imagenet_accuracy_eval 110 adb push bazel-bin/third_party/tensorflow/lite/tools/accuracy/ilsvrc/imagenet_accuracy_eval /data/l… [all …]
|
/external/deqp/modules/gles3/accuracy/ |
D | CMakeLists.txt | 1 # dEQP-GLES3.accuracy 16 add_library(deqp-gles3-accuracy STATIC ${DEQP_GLES3_ACCURACY_SRCS}) 17 target_link_libraries(deqp-gles3-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
|
/external/deqp/modules/gles2/accuracy/ |
D | CMakeLists.txt | 1 # dEQP-GLES2.accuracy 16 add_library(deqp-gles2-accuracy STATIC ${DEQP_GLES2_ACCURACY_SRCS}) 17 target_link_libraries(deqp-gles2-accuracy deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | LoessInterpolator.java | 85 private final double accuracy; field in LoessInterpolator 98 this.accuracy = DEFAULT_ACCURACY; in LoessInterpolator() 149 …public LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) throws MathExcept… in LoessInterpolator() argument 159 this.accuracy = accuracy; in LoessInterpolator() 301 if (FastMath.sqrt(FastMath.abs(meanXSquared - meanX * meanX)) < accuracy) { in smooth() 328 if (FastMath.abs(medianResidual) < accuracy) { in smooth()
|
/external/deqp/modules/gles2/ |
D | CMakeLists.txt | 4 accuracy 13 add_subdirectory(accuracy) 32 deqp-gles2-accuracy
|
/external/deqp/modules/gles3/ |
D | CMakeLists.txt | 8 add_subdirectory(accuracy) 14 accuracy 32 deqp-gles3-accuracy
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | post_training_quantization.md | 5 degradation in model accuracy. You can perform these techniques using an 20 : : accuracy : : 30 Alternatively, you might achieve higher accuracy if you perform 124 - minimal loss in accuracy 145 ### Model accuracy 147 Since weights are quantized post training, there could be an accuracy loss, 151 accuracy of the quantized model to verify that any degradation in accuracy is 153 [TensorFlow Lite model accuracy](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/li… 155 If the accuracy drop is too high, consider using
|
D | post_training_quant.ipynb | 97 "induced errors. It is important to check the accuracy of the quantized model to\n", 100 "This tutorial trains an MNIST model from scratch, checks its accuracy in\n", 103 "accuracy of the converted model and compare it to the original float model." 192 " metrics=['accuracy'])\n", 208 …ample, since you trained the model for just a single epoch, so it only trains to ~96% accuracy.\n", 470 " # Compare prediction results with ground truth labels to calculate accuracy.\n", 475 " accuracy = accurate_count * 1.0 / len(prediction_digits)\n", 477 " return accuracy" 524 "In this example, the compressed model has no difference in the accuracy." 616 …accuracy of this model on imagenet can be evaluated using the scripts provided for [TFLite accurac… [all …]
|
/external/tensorflow/tensorflow/examples/tf2_showcase/ |
D | mnist.py | 169 accuracy = tfe.metrics.Accuracy('accuracy', dtype=tf.float32) 174 accuracy( 178 (avg_loss.result(), 100 * accuracy.result())) 181 tf.contrib.summary.scalar('accuracy', accuracy.result()) 243 accuracy = compute_accuracy(y_predict, y_test) 244 print('Model accuracy: {:0.2f}%'.format(accuracy.numpy() * 100))
|
/external/tensorflow/tensorflow/python/training/ |
D | evaluation_test.py | 120 accuracy = metrics_module.Accuracy() 121 update_op = accuracy.update_state(labels, predictions) 128 final_ops={'accuracy': (accuracy.result(), update_op)}, 153 accuracy = metrics_module.Accuracy() 154 update_op = accuracy.update_state(labels, predictions) 162 'accuracy': (accuracy.result(), update_op),
|
/external/tensorflow/tensorflow/lite/tools/optimize/g3doc/ |
D | quantize_weights.md | 51 there can be accuracy drops depending on the model. For common CNN networks, the 52 observed accuracy drops are small and can be seen below. 54 TODO(yunluli): Fill in accuracy results from accuracy experiments.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | MultiStartUnivariateRealOptimizer.java | 147 public void setAbsoluteAccuracy(double accuracy) { in setAbsoluteAccuracy() argument 148 optimizer.setAbsoluteAccuracy(accuracy); in setAbsoluteAccuracy() 162 public void setRelativeAccuracy(double accuracy) { in setRelativeAccuracy() argument 163 optimizer.setRelativeAccuracy(accuracy); in setRelativeAccuracy()
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 487 #define STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy, description, ...) \ argument 497 __typeof__(accuracy) accuracyvalue = (accuracy); \ 530 #define STAssertEqualGLKVectors(a1, a2, accuracy, description, ...) \ argument 531 STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy, description, ##__VA_ARGS__) 533 #define STAssertEqualGLKMatrices(a1, a2, accuracy, description, ...) \ argument 534 STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy, description, ##__VA_ARGS__) 536 #define STAssertEqualGLKQuaternions(a1, a2, accuracy, description, ...) \ argument 537 STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy, description, ##__VA_ARGS__) 630 #define STAssertEqualsWithAccuracy(a1, a2, accuracy, description, ...) \ argument 640 __typeof__(accuracy) accuracyvalue = (accuracy); \ [all …]
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | AppRTCProximitySensor.java | 92 public final void onAccuracyChanged(Sensor sensor, int accuracy) { in onAccuracyChanged() argument 95 if (accuracy == SensorManager.SENSOR_STATUS_UNRELIABLE) { in onAccuracyChanged() 122 + "accuracy=" + event.accuracy in onSensorChanged()
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | control.gles3.accuracy | 7 NAME = 'graphics_dEQP.gles3.accuracy' 22 'filter=dEQP-GLES3.accuracy',
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | hosted_models.md | 9 example, some applications might benefit from higher accuracy, while others 11 models to find the optimal balance between size, performance, and accuracy. 27 the expense of accuracy. The performance values are measured on Pixel 3 on 30 … | Model size | Top-1 accuracy | Top-5 accuracy | CPU, 4… 59 [TFLite accuracy tool](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/a… 63 Floating point models offer the best accuracy, at the expense of model size and 68 … | Model size | Top-1 accuracy | Top-5 accuracy | CPU, 4… 102 … | Model size | Top-1 accuracy | Top-5 accuracy | CPU, 4…
|