Searched refs:decode_raw (Results 1 – 20 of 20) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | decode_raw_op_test.py | 36 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)
|
D | decode_compressed_op_test.py | 67 decode = parsing_ops.decode_raw(decompressed, out_type=dtypes.int16)
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_DecodeRaw.pbtxt | 4 name: "io.decode_raw" 7 name: "decode_raw"
|
/external/tensorflow/tensorflow/lite/tutorials/ |
D | dataset.py | 97 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/ |
D | tfexample_decoder.py | 442 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/ |
D | cifar_input.py | 75 image = tf.decode_raw(features["image"], tf.uint8)
|
/external/tensorflow/tensorflow/examples/how_tos/reading_data/ |
D | fully_connected_reader.py | 60 image = tf.decode_raw(features['image_raw'], tf.uint8)
|
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_input.py | 83 record_bytes = tf.decode_raw(value, tf.uint8)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.pbtxt | 76 name: "decode_raw"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.pbtxt | 92 name: "decode_raw"
|
D | tensorflow.pbtxt | 1064 name: "decode_raw"
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | ag_vs_eager_mnist_speed_test.ipynb | 180 " image = tf.decode_raw(image, tf.uint8)\n", 186 " label = tf.decode_raw(label, tf.uint8)\n",
|
D | workshop.ipynb | 888 " image = tf.decode_raw(image, tf.uint8)\n", 894 " label = tf.decode_raw(label, tf.uint8)\n",
|
D | dev_summit_2018_demo.ipynb | 659 " 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",
|
D | rnn_keras_estimator.ipynb | 117 " chars = tf.one_hot(tf.decode_raw(color_name, tf.uint8), depth=256)\n",
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/ |
D | rnn_colorbot.py | 89 chars = tf.one_hot(tf.decode_raw(color_name, tf.uint8), depth=256)
|
/external/tensorflow/tensorflow/contrib/tpu/ |
D | tpu_estimator.md | 83 image = tf.decode_raw(features["image_raw"], tf.uint8)
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/ |
D | 2_models.ipynb | 589 " 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/ |
D | iterator_test.py | 731 iterator_3_handle_uint8 = parsing_ops.decode_raw(
|
/external/tensorflow/ |
D | RELEASE.md | 356 …ase64`, `tf.io.decode_compressed`, `tf.io.decode_json_example`, `tf.io.decode_raw`, `tf.io.encode_…
|