Home
last modified time | relevance | path

Searched refs:eval_result (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dpddm.py310 eval_result = self._EvalMacrosRefs(result, new_macro_stack)
312 eval_result = eval_result.replace('##', '')
313 if eval_result == result:
315 result = eval_result
/external/cronet/third_party/protobuf/objectivec/DevTools/
Dpddm.py307 eval_result = self._EvalMacrosRefs(result, new_macro_stack)
309 eval_result = eval_result.replace('##', '')
310 if eval_result == result:
312 result = eval_result
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-exporter.pbtxt14 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
Dtensorflow.estimator.-final-exporter.pbtxt16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
Dtensorflow.estimator.-latest-exporter.pbtxt16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
Dtensorflow.estimator.-best-exporter.pbtxt16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.-exporter.pbtxt14 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
Dtensorflow.estimator.-latest-exporter.pbtxt16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
Dtensorflow.estimator.-final-exporter.pbtxt16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
Dtensorflow.estimator.-best-exporter.pbtxt16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest280 eval_result() { # sigval function
394 eval_result $SIG_RESULT
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc624 StatusOr<Literal> eval_result = in ComputeWhileLoopTripCountUpperBound() local
627 if (!eval_result.ok()) { in ComputeWhileLoopTripCountUpperBound()
632 Literal cond_result_pred = std::move(eval_result.ValueOrDie()); in ComputeWhileLoopTripCountUpperBound()
/external/icing/icing/query/advanced_query_parser/
Dquery-visitor.cc786 auto eval_result = function.Eval(std::move(args)); in VisitFunction() local
787 if (!eval_result.ok()) { in VisitFunction()
788 pending_error_ = std::move(eval_result).status(); in VisitFunction()
794 pending_values_.push(std::move(eval_result).ValueOrDie()); in VisitFunction()
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dwhile_v2_test.py137 eval_result = sess.run(ret)
138 self.assertIsInstance(eval_result, list)
139 self.assertLen(eval_result, 1)
140 self.assertEqual(16., eval_result[0])