Searched refs:test_x (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | ag_vs_eager_mnist_speed_test.ipynb | 360 " 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",
|
D | workshop.ipynb | 1026 " test_x, test_y = get_next_batch(test_ds)\n", 1029 " step_test_loss, step_test_accuracy = predict(m, test_x, test_y)\n",
|
D | dev_summit_2018_demo.ipynb | 870 " 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/ |
D | function-redecl.c | 122 void test_x() { in test_x() function
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | README.txt | 237 The second parameter was added for tests of module x not named test_x.
|