Searched refs:evaluation (Results 1 – 25 of 491) sorted by relevance
12345678910>>...20
46 "//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 …]
2 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",
1 # Object Detection evaluation using the 2014 COCO minival dataset.17 Num evaluation runs: 805960 Path to file containing tflite::evaluation::ObjectDetectionGroundTruth proto68 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 data159 bazel run //tensorflow/lite/tools/evaluation/tasks/coco_object_detection:preprocess_coco_minival --…175 `tflite::evaluation::ObjectDetectionGroundTruth` corresponding to image192 //tensorflow/lite/tools/evaluation/tasks/coco_object_detection:run_eval199 adb push bazel-bin/third_party/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/run_eva…[all …]
2 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",
1 ## Image Classification evaluation based on ILSVRC 2012 task15 Num evaluation runs: 300 # Total images evaluated62 denylisted for evaluation. 1762 images are denylisted in ILSVRC dataset.70 The number of threads to use for evaluation. Note: This does not change the72 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 …]
2 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",
7 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 …]
2 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",
5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo…21 …evaluation</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 …]
38 from tensorflow.python.training import evaluation124 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 …]
135 auto evaluation = fusion_node_evaluations_.find(fusion_instruction); in FuseInstruction() local136 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()
34 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;
META-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...
18 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…
2 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",
16 Vector4d evaluation; in main() local18 evaluation[i] = poly_eval( polynomial, roots[i] ); } in main()19 cout << "Evaluation of the polynomial at the roots: " << evaluation.transpose(); in main()
21 package proguard.optimize.evaluation;25 import proguard.evaluation.BasicBranchUnit;26 import proguard.evaluation.value.Value;
21 package proguard.optimize.evaluation;25 import proguard.evaluation.BasicInvocationUnit;26 import proguard.evaluation.value.*;
44 auto evaluation = fusion_node_evaluations_.find(fusion_instruction); in FuseInstruction() local45 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()
207 auto evaluation = fusion_node_evaluations_.find(fusion_instruction); in FuseInstruction() local208 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()
22 # Gcov evaluation is dependent on the used compiler. Check gcov support for46 # evaluation tools, but these versions are compatible with the gcc82 message("-- Found gcov evaluation for "103 # This function will add gcov evaluation for target <TNAME>. Only sources of129 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.
65 "//tensorflow/lite/tools/evaluation:utils",99 "//tensorflow/lite/tools/evaluation:utils",123 "//tensorflow/lite/tools/evaluation:utils",141 "//tensorflow/lite/tools/evaluation:utils",
21 package proguard.evaluation;25 import proguard.evaluation.value.ValueFactory;
21 package proguard.evaluation;26 import proguard.evaluation.value.Value;
23 from . import evaluation55 evaluator = evaluation.ApmModuleEvaluator()123 evaluator=evaluation.ApmModuleEvaluator())161 evaluator=evaluation.ApmModuleEvaluator())