Home
last modified time | relevance | path

Searched refs:decode_raw (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_raw_op_test.py36 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.uint8)
55 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.int16)
71 decode_le = parsing_ops.decode_raw(
73 decode_be = parsing_ops.decode_raw(
84 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.float16)
96 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.complex64)
109 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.complex128)
122 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.float16)
132 decode = parsing_ops.decode_raw(in_bytes, out_type=dtypes.uint16)
Ddecode_compressed_op_test.py67 decode = parsing_ops.decode_raw(decompressed, out_type=dtypes.int16)
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_DecodeRaw.pbtxt4 name: "io.decode_raw"
7 name: "decode_raw"
/external/tensorflow/tensorflow/lite/tutorials/
Ddataset.py97 image = tf.decode_raw(image, tf.uint8)
103 label = tf.decode_raw(label, tf.uint8) # tf.string -> [tf.uint8]
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder.py442 def decode_raw(): function
444 return parsing_ops.decode_raw(image_buffer, out_type=self._dtype)
449 math_ops.equal(image_format, 'RAW')): decode_raw,
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dcifar_input.py75 image = tf.decode_raw(features["image"], tf.uint8)
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
Dfully_connected_reader.py60 image = tf.decode_raw(features['image_raw'], tf.uint8)
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_input.py83 record_bytes = tf.decode_raw(value, tf.uint8)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.pbtxt76 name: "decode_raw"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.io.pbtxt92 name: "decode_raw"
Dtensorflow.pbtxt1064 name: "decode_raw"
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dag_vs_eager_mnist_speed_test.ipynb180 " image = tf.decode_raw(image, tf.uint8)\n",
186 " label = tf.decode_raw(label, tf.uint8)\n",
Dworkshop.ipynb888 " image = tf.decode_raw(image, tf.uint8)\n",
894 " label = tf.decode_raw(label, tf.uint8)\n",
Ddev_summit_2018_demo.ipynb659 " image = tf.decode_raw(image, tf.uint8)\n",
665 " label = tf.decode_raw(label, tf.uint8)\n",
1040 " chars = tf.one_hot(tf.decode_raw(color_name, tf.uint8), depth=256)\n",
Drnn_keras_estimator.ipynb117 " chars = tf.one_hot(tf.decode_raw(color_name, tf.uint8), depth=256)\n",
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py89 chars = tf.one_hot(tf.decode_raw(color_name, tf.uint8), depth=256)
/external/tensorflow/tensorflow/contrib/tpu/
Dtpu_estimator.md83 image = tf.decode_raw(features["image_raw"], tf.uint8)
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/
D2_models.ipynb589 " image = tf.decode_raw(image, tf.uint8)\n",
595 " label = tf.decode_raw(label, tf.uint8) # tf.string -> [tf.uint8]\n",
/external/tensorflow/tensorflow/python/data/kernel_tests/
Diterator_test.py731 iterator_3_handle_uint8 = parsing_ops.decode_raw(
/external/tensorflow/
DRELEASE.md356 …ase64`, `tf.io.decode_compressed`, `tf.io.decode_json_example`, `tf.io.decode_raw`, `tf.io.encode_…