OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_raw
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
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)
decode_compressed_op_test.py
67
decode = parsing_ops.
decode_raw
(decompressed, out_type=dtypes.int16)
/external/tensorflow/tensorflow/lite/tutorials/
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/eager/python/examples/revnet/
cifar_input.py
75
image = tf.
decode_raw
(features["image"], tf.uint8)
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
tfexample_decoder.py
370
tf.
decode_raw
,
442
def
decode_raw
():
function in function:Image._decode
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/model_pruning/examples/cifar10/
cifar10_input.py
83
record_bytes = tf.
decode_raw
(value, tf.uint8)
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_reader.py
60
image = tf.
decode_raw
(features['image_raw'], tf.uint8)
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
rnn_colorbot.py
89
chars = tf.one_hot(tf.
decode_raw
(color_name, tf.uint8), depth=256)
/external/tensorflow/tensorflow/python/data/kernel_tests/
iterator_test.py
731
iterator_3_handle_uint8 = parsing_ops.
decode_raw
(
[
all
...]
Completed in 1190 milliseconds