/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | experiment.py | 114 def eval_result(self): member in _EvalAndExportListener 505 eval_result = None 508 eval_result, checkpoint_path=previous_path)): 510 if self._has_training_stopped(eval_result): 512 "train_step=%s", eval_result[ops.GraphKeys.GLOBAL_STEP], 529 eval_result = {} 534 eval_result = self._call_evaluate( 542 if not eval_result: 543 eval_result = {} 546 self._maybe_export(eval_result, checkpoint_path=latest_path) [all …]
|
D | export_strategy_test.py | 51 eval_result): argument 54 self.assertEqual(eval_result, 'eval') 63 def _eval_export_fn(estimator, export_path, eval_result): argument 64 del estimator, export_path, eval_result 71 strategy.export(None, None, eval_result='eval')
|
D | export_strategy.py | 79 eval_result=None): argument 107 kwargs['eval_result'] = eval_result
|
D | experiment_test.py | 502 def _predicate_fn(eval_result, checkpoint_path): argument 503 self.assertEqual(eval_result is None, 728 def predicate_fn(eval_result): argument 729 del eval_result # unused. for fn signature. 749 def predicate_fn(eval_result): argument 751 return eval_result is None 774 def predicate_fn(eval_result): argument 776 return eval_result is None 798 def predicate_fn(eval_result): argument 800 return eval_result is None [all …]
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/ |
D | basic_decoder_v2_test.py | 109 eval_result = self.evaluate({ 121 eval_result["first_finished"]) 123 eval_result["step_finished"]) 125 eval_result["step_outputs"].sample_id.dtype) 127 np.argmax(eval_result["step_outputs"].rnn_output, -1), 128 eval_result["step_outputs"].sample_id) 181 eval_result = self.evaluate({ 193 eval_result["step_outputs"].rnn_output, -1) 197 eval_result["first_finished"]) 198 self.assertAllEqual(expected_step_finished, eval_result["step_finished"]) [all …]
|
D | decoder_v2_test.py | 145 eval_result = self.evaluate({ 154 self.assertAllClose(eval_result["final_decoder_outputs"].rnn_output, 155 eval_result["final_rnn_outputs"][:, 0:max_out, :]) 157 self.assertAllClose(eval_result["final_decoder_state"], 158 eval_result["final_rnn_state"])
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics_correctness_test.py | 152 eval_result = model.evaluate([self.x, self.x], [self.y, self.y], 158 self.assertAllClose(eval_result, self.expected_batch_result, 1e-3) 196 eval_result = model.evaluate_generator(self._custom_generator(), steps=2) 197 self.assertAllClose(eval_result, self.expected_batch_result, 1e-3) 286 eval_result = model.evaluate( 288 self.assertAllClose(eval_result, self.expected_batch_result, 1e-3) 317 eval_result = model.evaluate_generator(self._custom_generator(), steps=2) 318 self.assertAllClose(eval_result, self.expected_batch_result, 1e-3)
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils.py | 594 def update(self, checkpoint_path, eval_result): argument 612 if eval_result is None: 616 self._compare_fn(self._best_eval_result, eval_result)): 617 self._best_eval_result = eval_result 618 return checkpoint_path, eval_result 697 def export_fn(estimator, export_dir_base, checkpoint_path, eval_result=None): argument 720 checkpoint_path, eval_result)
|
/external/tensorflow/tensorflow/contrib/distribute/python/examples/ |
D | simple_estimator_example.py | 86 eval_result = estimator.evaluate(input_fn=eval_input_fn, steps=steps) 87 print("Eval result: {}".format(eval_result)) 88 assert eval_result["Accuracy"] == 1.0
|
D | keras_model_with_estimator.py | 67 eval_result = keras_estimator.evaluate(input_fn=input_fn) 68 print('Eval result: {}'.format(eval_result))
|
/external/tensorflow/tensorflow/examples/get_started/regression/ |
D | linear_regression_categorical.py | 93 eval_result = model.evaluate(input_fn=input_test) 97 average_loss = eval_result["average_loss"]
|
D | dnn_regression.py | 88 eval_result = model.evaluate(input_fn=input_test) 92 average_loss = eval_result["average_loss"]
|
D | custom_regression.py | 149 eval_result = model.evaluate(input_fn=input_test) 154 .format(PRICE_NORM_FACTOR * eval_result["rmse"]))
|
/external/protobuf/objectivec/DevTools/ |
D | pddm.py | 306 eval_result = self._EvalMacrosRefs(result, new_macro_stack) 308 eval_result = eval_result.replace('##', '') 309 if eval_result == result: 311 result = eval_result
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | custom_export_strategy.py | 71 def export_fn(estimator, export_dir, checkpoint_path=None, eval_result=None): argument 75 eval_result) 91 len(sparse_int_indices), result_dir, eval_result)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_analysis.cc | 470 StatusOr<Literal> eval_result = in ComputeWhileLoopTripCountUpperBound() local 473 if (!eval_result.ok()) { in ComputeWhileLoopTripCountUpperBound() 478 Literal cond_result_pred = std::move(eval_result.ValueOrDie()); in ComputeWhileLoopTripCountUpperBound()
|
/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.-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/v2/ |
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 | 217 eval_result() { # sigval function 329 eval_result $SIG_RESULT
|