Home
last modified time | relevance | path

Searched refs:IMAGE_SIZE (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_input.py29 IMAGE_SIZE = 24 variable
165 height = IMAGE_SIZE
166 width = IMAGE_SIZE
238 height = IMAGE_SIZE
239 width = IMAGE_SIZE
Dcifar10_pruning.py49 IMAGE_SIZE = cifar10_input.IMAGE_SIZE variable
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dresnet_preprocessing.py22 IMAGE_SIZE = 224 variable
135 def preprocess_for_train(image_bytes, use_bfloat16, image_size=IMAGE_SIZE):
154 def preprocess_for_eval(image_bytes, use_bfloat16, image_size=IMAGE_SIZE):
175 image_size=IMAGE_SIZE):
/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dmnist.py41 IMAGE_SIZE = 28 variable
42 IMAGE_PIXELS = IMAGE_SIZE * IMAGE_SIZE
/external/tensorflow/tensorflow/python/debug/examples/
Ddebug_mnist.py36 IMAGE_SIZE = 28 variable
64 tf.float32, [None, IMAGE_SIZE * IMAGE_SIZE], name="x-input")
92 hidden = nn_layer(x, IMAGE_SIZE**2, HIDDEN_SIZE, "hidden")
/external/clang/test/CodeGen/
Dmandel.c14 #define IMAGE_SIZE 60 macro
16 #define IMAGE_SIZE 5000 macro
/external/tensorflow/tensorflow/contrib/factorization/examples/
Dmnist.py48 IMAGE_SIZE = 28 variable
49 IMAGE_PIXELS = IMAGE_SIZE * IMAGE_SIZE
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/
Dxla_compile.ipynb128 "IMAGE_SIZE = 28 * 28\n",
154 "images = tf.reshape(images, [-1, IMAGE_SIZE])\n",
/external/tensorflow/tensorflow/tools/docker/notebooks/
D3_mnist_from_scratch.ipynb567 "IMAGE_SIZE = 28\n",
582 " buf = bytestream.read(IMAGE_SIZE * IMAGE_SIZE * num_images)\n",
585 " data = data.reshape(num_images, IMAGE_SIZE, IMAGE_SIZE, 1)\n",
996 " shape=(BATCH_SIZE, IMAGE_SIZE, IMAGE_SIZE, NUM_CHANNELS))\n",
1018 " tf.truncated_normal([IMAGE_SIZE // 4 * IMAGE_SIZE // 4 * 64, 512],\n",
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3640 IMAGE_SIZE = 64, enumerator
3837 const int width = IMAGE_SIZE >> level; in populateSourceImage()
3839 : (IMAGE_SIZE >> level); in populateSourceImage()
3843 : (viewType == vk::VK_IMAGE_VIEW_TYPE_3D) ? (IMAGE_SIZE >> level) in populateSourceImage()
4002 const deUint32 imageSize = (deUint32)IMAGE_SIZE >> baseMipLevel; in getFetchPos()
5212 const deUint32 imageSize = (deUint32)IMAGE_SIZE >> baseMipLevel; in getSamplePos()