HomeSort by relevance Sort by last modified time
    Searched refs:python_io (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
convert_to_records.py 55 with tf.python_io.TFRecordWriter(filename) as writer:
  /external/tensorflow/tensorflow/tools/gcs_test/python/
gcs_smoke.py 209 with tf.python_io.TFRecordWriter(input_path) as hf:
217 record_iter = tf.python_io.tf_record_iterator(input_path)
  /external/tensorflow/tensorflow/python/ops/
io_ops.py 76 from tensorflow.python.lib.io import python_io
480 compression_type = python_io.TFRecordOptions.get_compression_type_string(
data_flow_ops.py 33 from tensorflow.python.lib.io import python_io
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
reader_dataset_ops_test.py 34 from tensorflow.python.lib.io import python_io
182 writer = python_io.TFRecordWriter(fn)
309 writer = python_io.TFRecordWriter(fn)
  /external/tensorflow/tensorflow/python/
__init__.py 106 from tensorflow.python.lib.io import python_io
276 'python_io',
  /external/tensorflow/tensorflow/python/data/kernel_tests/
reader_dataset_ops_test.py 31 from tensorflow.python.lib.io import python_io
620 writer = python_io.TFRecordWriter(fn)

Completed in 644 milliseconds