Home
last modified time | relevance | path

Searched refs:evaluation (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
DBUILD46 "//tensorflow/lite/tools/evaluation:evaluation_stage",
49 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
50 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_cc_proto",
51 "//tensorflow/lite/tools/evaluation/proto:preprocessing_steps_cc_proto",
70 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
71 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_cc_proto",
83 "//tensorflow/lite/tools/evaluation:evaluation_stage",
84 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
85 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_cc_proto",
96 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
DBUILD2 load("//tensorflow/lite/tools/evaluation/tasks:build_def.bzl", "task_linkopts")
18 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_py",
32 "//tensorflow/lite/tools/evaluation:evaluation_stage",
33 "//tensorflow/lite/tools/evaluation:utils",
34 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
35 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_cc_proto",
36 "//tensorflow/lite/tools/evaluation/stages:object_detection_stage",
37 "//tensorflow/lite/tools/evaluation/tasks:task_executor",
50 "//tensorflow/lite/tools/evaluation/tasks:task_executor_main",
DREADME.md1 # Object Detection evaluation using the 2014 COCO minival dataset.
17 Num evaluation runs: 8059
60 Path to file containing tflite::evaluation::ObjectDetectionGroundTruth proto
68 instance of `tflite::evaluation::EvaluationStageMetrics`.
77 If provided, tries to use the specified delegate for accuracy evaluation.
152 Since evaluation has to be performed on-device, we first filter the above data
159 bazel run //tensorflow/lite/tools/evaluation/tasks/coco_object_detection:preprocess_coco_minival --…
175 `tflite::evaluation::ObjectDetectionGroundTruth` corresponding to image
192 //tensorflow/lite/tools/evaluation/tasks/coco_object_detection:run_eval
199 adb push bazel-bin/third_party/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/run_eva…
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/
DBUILD2 load("//tensorflow/lite/tools/evaluation/tasks:build_def.bzl", "task_linkopts")
20 "//tensorflow/lite/tools/evaluation:evaluation_stage",
21 "//tensorflow/lite/tools/evaluation:utils",
22 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
23 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_cc_proto",
24 "//tensorflow/lite/tools/evaluation/stages:image_classification_stage",
25 "//tensorflow/lite/tools/evaluation/tasks:task_executor",
37 "//tensorflow/lite/tools/evaluation/tasks:task_executor_main",
DREADME.md1 ## Image Classification evaluation based on ILSVRC 2012 task
15 Num evaluation runs: 300 # Total images evaluated
62 denylisted for evaluation. 1762 images are denylisted in ILSVRC dataset.
70 The number of threads to use for evaluation. Note: This does not change the
72 evaluation.
76 instance of `tflite::evaluation::EvaluationStageMetrics`.
85 If provided, tries to use the specified delegate for accuracy evaluation.
105 In order to use this tool to run evaluation on the full 50K ImageNet dataset,
121 python third_party/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/generate_va…
140 //tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification:run_eval
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/inference_diff/
DBUILD2 load("//tensorflow/lite/tools/evaluation/tasks:build_def.bzl", "task_linkopts")
20 "//tensorflow/lite/tools/evaluation:evaluation_stage",
21 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
22 "//tensorflow/lite/tools/evaluation/proto:evaluation_stages_cc_proto",
23 "//tensorflow/lite/tools/evaluation/stages:inference_profiler_stage",
24 "//tensorflow/lite/tools/evaluation/tasks:task_executor",
36 "//tensorflow/lite/tools/evaluation/tasks:task_executor_main",
/external/deqp-deps/glslang/Test/baseResults/
DcppComplexExpr.vert.out7 ERROR: 0:81: 'preprocessor evaluation' : bad expression
11 ERROR: 0:88: 'preprocessor evaluation' : can't evaluate expression
12 ERROR: 0:88: 'preprocessor evaluation' : bad expression
15 ERROR: 0:93: 'preprocessor evaluation' : can't evaluate expression
16 ERROR: 0:93: 'preprocessor evaluation' : bad expression
19 ERROR: 0:100: 'preprocessor evaluation' : can't evaluate expression
20 ERROR: 0:100: 'preprocessor evaluation' : bad expression
23 ERROR: 0:102: 'preprocessor evaluation' : can't evaluate expression
24 ERROR: 0:102: 'preprocessor evaluation' : bad expression
26 ERROR: 0:108: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile U…
[all …]
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
DBUILD2 load("//tensorflow/lite/tools/evaluation/tasks:build_def.bzl", "task_linkopts")
68 "//tensorflow/lite/tools/evaluation/tasks:task_executor_main",
69 "//tensorflow/lite/tools/evaluation/tasks/inference_diff:run_eval_lib",
79 "//tensorflow/lite/tools/evaluation/tasks:task_executor_main",
80 "//tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification:run_eval_lib",
90 "//tensorflow/lite/tools/evaluation/tasks:task_executor_main",
91 "//tensorflow/lite/tools/evaluation/tasks/coco_object_detection:run_eval_lib",
/external/eigen/doc/
DTopicLazyEvaluation.dox5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo…
21evaluation</i> as an expression is getting evaluated as late as possible, instead of immediately. …
23 …nt compile-time mechanisms to determine automatically when to use lazy evaluation, and when on the…
29 …chooses lazy evaluation. Thus the arrays are traversed only once, producing optimized code. If you…
37 Eigen chooses lazy evaluation at every stage in that example, which is clearly the correct choice. …
39 <b>The first circumstance</b> in which Eigen chooses immediate evaluation, is when it sees an assig…
43 … \c matrix. This guarantees a correct result as we saw above that lazy evaluation gives wrong resu…
45 …result does no alias the operand of the product and want to force lazy evaluation? Then use \link …
49 …the same matrix as matrix1, we know that lazy evaluation is not dangerous, so we may force lazy ev…
51 <b>The second circumstance</b> in which Eigen chooses immediate evaluation, is when it sees a neste…
[all …]
/external/tensorflow/tensorflow/python/training/
Devaluation_test.py38 from tensorflow.python.training import evaluation
124 final_ops_values = evaluation._evaluate_once(
129 evaluation._StopAfterNEvalsHook(1),
156 final_ops_values = evaluation._evaluate_once(
161 'eval_steps': evaluation._get_or_create_eval_step()
164 evaluation._StopAfterNEvalsHook(None),
190 final_hooks = [evaluation._StopAfterNEvalsHook(num_evals),]
192 final_ops_values = evaluation._evaluate_once(
217 evaluation._get_or_create_eval_step(), 1, use_locking=True)]
222 final_ops_values = evaluation._evaluate_once(
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion.cc135 auto evaluation = fusion_node_evaluations_.find(fusion_instruction); in FuseInstruction() local
136 if (evaluation == fusion_node_evaluations_.end()) { in FuseInstruction()
137 evaluation = fusion_node_evaluations_ in FuseInstruction()
142 auto indexing_users = evaluation->second.RemoveFusionOperand(producer); in FuseInstruction()
145 evaluation->second.UpdateEvaluationCache(new_producer, indexing_users); in FuseInstruction()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliExpressionEvaluator.java34 import com.intellij.debugger.engine.evaluation.EvaluateException;
35 import com.intellij.debugger.engine.evaluation.EvaluationContext;
36 import com.intellij.debugger.engine.evaluation.expression.ExpressionEvaluator;
37 import com.intellij.debugger.engine.evaluation.expression.Modifier;
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/
DREADME.md18 on-device evaluation tool, or if you are experimenting with custom models,
26 …s://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/evaluation/tasks/inference_…
31 …ow/tree/master/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification#image-classifi…
36 …nsorflow/tree/master/tensorflow/lite/tools/evaluation/tasks/coco_object_detection#object-detection…
DBUILD2 load("//tensorflow/lite/tools/evaluation/tasks:build_def.bzl", "task_linkopts")
20 "//tensorflow/lite/tools/evaluation:evaluation_delegate_provider",
21 "//tensorflow/lite/tools/evaluation/proto:evaluation_config_cc_proto",
/external/eigen/unsupported/doc/examples/
DPolynomialUtils1.cpp16 Vector4d evaluation; in main() local
18 evaluation[i] = poly_eval( polynomial, roots[i] ); } in main()
19 cout << "Evaluation of the polynomial at the roots: " << evaluation.transpose(); in main()
/external/proguard/src/proguard/optimize/evaluation/
DTracedBranchUnit.java21 package proguard.optimize.evaluation;
25 import proguard.evaluation.BasicBranchUnit;
26 import proguard.evaluation.value.Value;
DLoadingInvocationUnit.java21 package proguard.optimize.evaluation;
25 import proguard.evaluation.BasicInvocationUnit;
26 import proguard.evaluation.value.*;
/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation_test.cc44 auto evaluation = fusion_node_evaluations_.find(fusion_instruction); in FuseInstruction() local
45 if (evaluation == fusion_node_evaluations_.end()) { in FuseInstruction()
46 evaluation = in FuseInstruction()
52 auto indexing_users = evaluation->second.RemoveFusionOperand(producer); in FuseInstruction()
55 evaluation->second.UpdateEvaluationCache(new_producer, indexing_users); in FuseInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc207 auto evaluation = fusion_node_evaluations_.find(fusion_instruction); in FuseInstruction() local
208 if (evaluation == fusion_node_evaluations_.end()) { in FuseInstruction()
209 evaluation = fusion_node_evaluations_ in FuseInstruction()
214 auto indexing_users = evaluation->second.RemoveFusionOperand(producer); in FuseInstruction()
217 evaluation->second.UpdateEvaluationCache(new_producer, indexing_users); in FuseInstruction()
/external/catch2/CMake/
DFindGcov.cmake22 # Gcov evaluation is dependent on the used compiler. Check gcov support for
46 # evaluation tools, but these versions are compatible with the gcc
82 message("-- Found gcov evaluation for "
103 # This function will add gcov evaluation for target <TNAME>. Only sources of
129 message(WARNING "No coverage evaluation binary found for ${TCOMPILER}.")
152 # add target for gcov evaluation of <TNAME>
155 # add evaluation target to the global gcov target.
/external/tensorflow/tensorflow/lite/tools/delegates/
DBUILD65 "//tensorflow/lite/tools/evaluation:utils",
99 "//tensorflow/lite/tools/evaluation:utils",
123 "//tensorflow/lite/tools/evaluation:utils",
141 "//tensorflow/lite/tools/evaluation:utils",
/external/proguard/src/proguard/evaluation/
DClassConstantValueFactory.java21 package proguard.evaluation;
25 import proguard.evaluation.value.ValueFactory;
DInvocationUnit.java21 package proguard.evaluation;
26 import proguard.evaluation.value.Value;
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dsimulation_unittest.py23 from . import evaluation
55 evaluator = evaluation.ApmModuleEvaluator()
123 evaluator=evaluation.ApmModuleEvaluator())
161 evaluator=evaluation.ApmModuleEvaluator())

12345678910>>...20