Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dag_vs_eager_mnist_speed_test.ipynb360 " test_x, test_y = get_next_batch(test_ds)\n",
362 " step_test_loss, step_test_accuracy = predict(m, test_x, test_y)\n",
510 " for (train_x, train_y), (test_x, test_y) in train_test_itr:\n",
513 " test_x = tf.to_float(tf.reshape(test_x, (-1, 28 * 28)))\n",
523 " step_test_loss, step_test_accuracy = predict(m, test_x, test_y)\n",
Dworkshop.ipynb1026 " test_x, test_y = get_next_batch(test_ds)\n",
1029 " step_test_loss, step_test_accuracy = predict(m, test_x, test_y)\n",
Ddev_summit_2018_demo.ipynb870 " test_x, test_y = get_next_batch(test_ds)\n",
872 " step_test_loss, step_test_accuracy = predict(m, test_x, test_y)\n",
/external/clang/test/Sema/
Dfunction-redecl.c122 void test_x() { in test_x() function
/external/python/cpython3/Lib/idlelib/idle_test/
DREADME.txt237 The second parameter was added for tests of module x not named test_x.