Home
last modified time | relevance | path

Searched refs:test_accuracy (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/distribute/python/examples/
Dmnist_tf1_tpu.py103 test_accuracy = tf.keras.metrics.SparseCategoricalAccuracy(
124 update_accuracy = test_accuracy.update_state(labels, logits)
140 test_accuracy_result = test_accuracy.result()
152 test_accuracy.variables)
183 test_accuracy.reset_states()
Dmnist_eager_multigpu.py110 test_accuracy = tf.keras.metrics.SparseCategoricalAccuracy(
128 test_accuracy.update_state(labels, logits)
163 test_loss.result(), test_accuracy.result() * 100))
165 test_accuracy.reset_states()
/external/python/rsa/tests/
Dtest_transform.py22 def test_accuracy(self): member in Test_int2bytes
/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain.py280 test_accuracy, conf_matrix = sess.run(
288 total_accuracy += (test_accuracy * batch_size) / set_size
/external/tensorflow/tensorflow/python/keras/
Dmetrics_test.py301 def test_accuracy(self): member in KerasAccuracyTest