Home
last modified time | relevance | path

Searched defs:image_bytes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dresnet_preprocessing.py26 def distorted_bounding_box_crop(image_bytes, argument
85 def _decode_and_random_crop(image_bytes, image_size): argument
108 def _decode_and_center_crop(image_bytes, image_size): argument
135 def preprocess_for_train(image_bytes, use_bfloat16, image_size=IMAGE_SIZE): argument
154 def preprocess_for_eval(image_bytes, use_bfloat16, image_size=IMAGE_SIZE): argument
172 def preprocess_image(image_bytes, argument
Dimagenet_input.py32 def _preprocess_image(image_bytes): argument
/external/libpng/contrib/gregbook/
Dwpng.c706 ulg image_bytes; in main() local
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h224 const int image_bytes = row_stride * height; in graw_util_create_tex2d() local
/external/mesa3d/src/glx/
Dindirect_texture_compression.c48 size_t image_bytes; in __indirect_glGetCompressedTexImage() local
/external/libpng/contrib/tools/
Dpngfix.c856 udigit image_bytes[5]; member