Searched refs:IMAGE_SIZE (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_input.py | 29 IMAGE_SIZE = 24 variable 165 height = IMAGE_SIZE 166 width = IMAGE_SIZE 238 height = IMAGE_SIZE 239 width = IMAGE_SIZE
|
D | cifar10_pruning.py | 49 IMAGE_SIZE = cifar10_input.IMAGE_SIZE variable
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | resnet_preprocessing.py | 22 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/ |
D | mnist.py | 41 IMAGE_SIZE = 28 variable 42 IMAGE_PIXELS = IMAGE_SIZE * IMAGE_SIZE
|
/external/tensorflow/tensorflow/python/debug/examples/ |
D | debug_mnist.py | 36 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/ |
D | mandel.c | 14 #define IMAGE_SIZE 60 macro 16 #define IMAGE_SIZE 5000 macro
|
/external/tensorflow/tensorflow/contrib/factorization/examples/ |
D | mnist.py | 48 IMAGE_SIZE = 28 variable 49 IMAGE_PIXELS = IMAGE_SIZE * IMAGE_SIZE
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/tutorials/ |
D | xla_compile.ipynb | 128 "IMAGE_SIZE = 28 * 28\n", 154 "images = tf.reshape(images, [-1, IMAGE_SIZE])\n",
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 3_mnist_from_scratch.ipynb | 567 "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/ |
D | vktBindingShaderAccessTests.cpp | 3640 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()
|