Home
last modified time | relevance | path

Searched refs:decode_image (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_image_op_test.py42 image0 = image_ops.decode_image(bmp0)
58 image0 = image_ops.decode_image(gif0)
79 bad_channels = image_ops.decode_image(gif0, channels=1)
87 image0 = image_ops.decode_image(jpeg0)
95 bad_channels = image_ops.decode_image(jpeg0, channels=4)
106 image0 = image_ops.decode_image(png0, channels=channels)
115 decode = image_ops.decode_image(image_bytes)
/external/tensorflow/tensorflow/lite/tutorials/
Ddataset.py95 def decode_image(image): function
108 images_file, 28 * 28, header_bytes=16).map(decode_image)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeGif.pbtxt24 `tf.io.decode_image`.
Dapi_def_DecodePng.pbtxt37 is the same, though it is cleaner to use `tf.io.decode_image`.
Dapi_def_DecodeJpeg.pbtxt78 the same, though it is cleaner to use `tf.io.decode_image`.
/external/tensorflow/tensorflow/lite/tools/
Dconvert_image_to_csv.py65 image_tensor = image_ops.decode_image(file_data, channels=channels).eval()
/external/tensorflow/tensorflow/compiler/tests/
Dcase_test.py70 image_ops.decode_image(io_ops.read_file('/tmp/bmp'))
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py255 img = image_ops.decode_image(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.pbtxt60 name: "decode_image"
Dtensorflow.image.pbtxt64 name: "decode_image"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.pbtxt80 name: "decode_image"
Dtensorflow.image.pbtxt64 name: "decode_image"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py5836 image0 = image_ops.decode_image(bmp0, channels=4)
5888 image0 = image_ops.decode_image(jpeg0, dtype=dtypes.uint16)
5900 image0 = image_ops.decode_image(png0, dtype=dtypes.uint16)
5909 x_dec = image_ops_impl.decode_image(
5919 image0 = image_ops.decode_image(gif0, dtype=dtypes.uint16)
5931 image0 = image_ops.decode_image(bmp0, dtype=dtypes.uint16)
5943 image0 = image_ops.decode_image(jpeg0, dtype=dtypes.float32)
5955 image0 = image_ops.decode_image(png0, dtype=dtypes.float32)
5967 image0 = image_ops.decode_image(gif0, dtype=dtypes.float32)
5979 image0 = image_ops.decode_image(bmp0, dtype=dtypes.float32)
[all …]
Dimage_ops_impl.py3149 def decode_image(contents, function
3200 gen_image_ops.decode_image(
3206 return gen_image_ops.decode_image(
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Drebatch_dataset_test.py423 dataset = dataset.map(image_ops.decode_image)
/external/tensorflow/tensorflow/lite/g3doc/examples/style_transfer/
Doverview.ipynb220 " img = tf.io.decode_image(img, channels=3)\n",
/external/tensorflow/tensorflow/lite/g3doc/tutorials/
Dmodel_maker_object_detection.ipynb434 " img = tf.io.decode_image(img, channels=3)\n",
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td3071 `tf.io.decode_image`.
3105 the same, though it is cleaner to use `tf.io.decode_image`.
3162 is the same, though it is cleaner to use `tf.io.decode_image`.