/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 840 name: "decode_image/Substr/pos" in CreateImagenetDatasetFunctions() 861 name: "decode_image/Substr/len" in CreateImagenetDatasetFunctions() 882 name: "decode_image/Substr" in CreateImagenetDatasetFunctions() 885 input: "decode_image/Substr/pos:output:0" in CreateImagenetDatasetFunctions() 886 input: "decode_image/Substr/len:output:0" in CreateImagenetDatasetFunctions() 895 name: "decode_image/is_jpeg/Substr/pos" in CreateImagenetDatasetFunctions() 916 name: "decode_image/is_jpeg/Substr/len" in CreateImagenetDatasetFunctions() 937 name: "decode_image/is_jpeg/Substr" in CreateImagenetDatasetFunctions() 940 input: "decode_image/is_jpeg/Substr/pos:output:0" in CreateImagenetDatasetFunctions() 941 input: "decode_image/is_jpeg/Substr/len:output:0" in CreateImagenetDatasetFunctions() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | decode_image_op_test.py | 42 image0 = image_ops.decode_image(bmp0) 59 image0 = image_ops.decode_image(gif0) 79 bad_channels = image_ops.decode_image(gif0, channels=1) 89 image0 = image_ops.decode_image(jpeg0) 96 bad_channels = image_ops.decode_image(jpeg0, channels=4) 108 image0 = image_ops.decode_image(png0, channels=channels) 117 decode = image_ops.decode_image(image_bytes)
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_HtrdProc.cpp | 79 return decode_image(GSPLANES); in decode_Arith() 110 return decode_image(GSPLANES); in decode_MMR() 113 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::decode_image( in decode_image() function in CJBig2_HTRDProc
|
D | JBig2_HtrdProc.h | 49 std::unique_ptr<CJBig2_Image> decode_image(
|
/external/tensorflow/tensorflow/lite/tutorials/ |
D | dataset.py | 95 def decode_image(image): function 108 images_file, 28 * 28, header_bytes=16).map(decode_image)
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | tfexample_decoder.py | 418 def decode_image(): function 421 image_ops.decode_image(image_buffer, channels=self._channels), 439 decode_image,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeGif.pbtxt | 23 `tf.image.decode_image`.
|
D | api_def_DecodePng.pbtxt | 37 is the same, though it is cleaner to use `tf.image.decode_image`.
|
D | api_def_DecodeJpeg.pbtxt | 78 the same, though it is cleaner to use `tf.image.decode_image`.
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.pbtxt | 60 name: "decode_image"
|
D | tensorflow.image.pbtxt | 64 name: "decode_image"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.pbtxt | 76 name: "decode_image"
|
D | tensorflow.image.pbtxt | 64 name: "decode_image"
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | ag_vs_eager_mnist_speed_test.ipynb | 178 " def decode_image(image):\n", 191 " images_file, 28 * 28, header_bytes=16).map(decode_image)\n",
|
D | workshop.ipynb | 886 " def decode_image(image):\n", 899 " images_file, 28 * 28, header_bytes=16).map(decode_image)\n",
|
D | dev_summit_2018_demo.ipynb | 657 " def decode_image(image):\n", 670 " images_file, 28 * 28, header_bytes=16).map(decode_image)\n",
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 4912 image0 = image_ops.decode_image(jpeg0, dtype=dtypes.uint16) 4922 image0 = image_ops.decode_image(png0, dtype=dtypes.uint16) 4932 image0 = image_ops.decode_image(gif0, dtype=dtypes.uint16) 4942 image0 = image_ops.decode_image(bmp0, dtype=dtypes.uint16) 4952 image0 = image_ops.decode_image(jpeg0, dtype=dtypes.float32) 4962 image0 = image_ops.decode_image(png0, dtype=dtypes.float32) 4972 image0 = image_ops.decode_image(gif0, dtype=dtypes.float32) 4982 image0 = image_ops.decode_image(bmp0, dtype=dtypes.float32)
|
D | image_ops_impl.py | 2044 def decode_image(contents, channels=None, dtype=dtypes.uint8, name=None): function
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/ |
D | 2_models.ipynb | 587 " def decode_image(image):\n", 600 " images_file, 28 * 28, header_bytes=16).map(decode_image)\n",
|