Searched refs:eval_result (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/objectivec/DevTools/ |
D | pddm.py | 310 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/ |
D | pddm.py | 307 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/ |
D | tensorflow.estimator.-exporter.pbtxt | 14 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
D | tensorflow.estimator.-final-exporter.pbtxt | 16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
D | tensorflow.estimator.-latest-exporter.pbtxt | 16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
D | tensorflow.estimator.-best-exporter.pbtxt | 16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.estimator.-exporter.pbtxt | 14 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
D | tensorflow.estimator.-latest-exporter.pbtxt | 16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
D | tensorflow.estimator.-final-exporter.pbtxt | 16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
D | tensorflow.estimator.-best-exporter.pbtxt | 16 …argspec: "args=[\'self\', \'estimator\', \'export_path\', \'checkpoint_path\', \'eval_result\', \'…
|
/external/linux-kselftest/tools/testing/selftests/ftrace/ |
D | ftracetest | 280 eval_result() { # sigval function 394 eval_result $SIG_RESULT
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_analysis.cc | 624 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/ |
D | query-visitor.cc | 786 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/ |
D | while_v2_test.py | 137 eval_result = sess.run(ret) 138 self.assertIsInstance(eval_result, list) 139 self.assertLen(eval_result, 1) 140 self.assertEqual(16., eval_result[0])
|