Searched refs:io_ops (Results 1 - 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/python/kernel_tests/
H A Dio_ops_test.py16 """Tests for tensorflow.python.ops.io_ops."""
26 from tensorflow.python.ops import io_ops namespace
41 read = io_ops.read_file(temp.name)
55 w = io_ops.write_file(temp.name, contents)
69 w = io_ops.write_file(filepath, contents)
95 io_ops.matching_files(f.name).eval(), compat.as_bytes(f.name))
102 set(io_ops.matching_files(pattern % 'z').eval()),
105 set(io_ops.matching_files(pattern % '?').eval()),
108 set(io_ops.matching_files(pattern % '*').eval()),
114 set(io_ops
[all...]
H A Dsave_restore_ops_test.py15 """Tests for tensorflow.ops.io_ops."""
24 from tensorflow.python.ops import io_ops namespace
44 op = io_ops.restore_v2("model", ["var1", "var2"], ["", "3 4 0,1:-"],
52 io_ops.restore_v2("model", ["var1", "var2", "var3"], ["", "3 4 0,1:-"],
H A Ddecode_image_op_test.py27 from tensorflow.python.ops import io_ops namespace
40 bmp0 = io_ops.read_file(path)
56 gif0 = io_ops.read_file(path)
85 jpeg0 = io_ops.read_file(path)
104 png0 = io_ops.read_file(path)
H A Ddecode_jpeg_op_test.py30 from tensorflow.python.ops import io_ops namespace
72 initializer=io_ops.read_file(image_file_path))
75 io_ops.read_file(image_file_path), channels=3, name='single_image')
H A Dreader_ops_test.py15 """Tests for Reader ops from io_ops."""
35 from tensorflow.python.ops import io_ops namespace
89 reader = io_ops.IdentityReader("test_reader")
123 reader = io_ops.IdentityReader("test_reader")
144 reader = io_ops.IdentityReader("test_reader")
199 reader = io_ops.IdentityReader("test_reader")
250 reader = io_ops.WholeFileReader("test_reader")
266 reader = io_ops.WholeFileReader("test_reader")
309 reader = io_ops.TextLineReader(name="test_reader")
334 reader = io_ops
[all...]
/external/fio/
H A Dioengines.c165 dprint(FD_IO, "free ioengine %s\n", td->io_ops->name);
167 if (td->eo && td->io_ops->options) {
168 options_free(td->io_ops->options, td->eo);
176 td->io_ops = NULL;
181 dprint(FD_IO, "close ioengine %s\n", td->io_ops->name);
183 if (td->io_ops->cleanup) {
184 td->io_ops->cleanup(td);
198 if (td->io_ops->prep) {
199 int ret = td->io_ops->prep(td, io_u);
225 if (min > 0 && td->io_ops
563 struct ioengine_ops *io_ops; local
[all...]
H A Dprofile.h42 struct prof_io_ops *io_ops; member in struct:profile_ops
H A Dprofile.c100 if (ops->io_ops) {
101 td->prof_io_ops = *ops->io_ops;
H A Dmemory.c308 if (td->io_ops->iomem_alloc) {
313 ret = td->io_ops->iomem_alloc(td, total_mem);
342 if (td->io_ops->iomem_alloc) {
343 if (td->io_ops->iomem_free)
344 td->io_ops->iomem_free(td);
H A Dfilesetup.c246 if (td->io_ops->open_file(td, f)) {
294 td->io_ops->close_file(td, f);
333 if (td->io_ops->open_file(td, f)) {
351 td->io_ops->close_file(td, f);
354 td->io_ops->close_file(td, f);
364 if (td->io_ops->open_file(td, f)) {
382 td->io_ops->close_file(td, f);
385 td->io_ops->close_file(td, f);
463 if (td->io_ops->invalidate) {
464 dprint(FD_IO, "invalidate %s cache %s\n", td->io_ops
[all...]
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
H A Dio_ops_test.py21 from tensorflow.contrib.labeled_tensor.python.ops import io_ops namespace
58 'a': io_ops.FixedLenFeature([], dtypes.int64),
59 'b': io_ops.FixedLenFeature([('x', 3)], dtypes.int64)
69 parsed = io_ops.parse_example(self.serialized, self.features)
77 io_ops.parse_example(serialized, self.features)
85 parsed = io_ops.parse_single_example(self.serialized[0], self.features)
90 features = {'a': io_ops.FixedLenFeature([('x', None)], dtypes.int64)}
93 io_ops.parse_single_example(serialized, features)
99 placeholder_lt = io_ops.placeholder(dtypes.float32, [])
103 placeholder_lt = io_ops
[all...]
/external/tensorflow/tensorflow/python/framework/
H A Dfile_system_test.py26 from tensorflow.python.ops import io_ops namespace
41 reader = io_ops.WholeFileReader("test_reader")
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Dgraph_io_test.py35 from tensorflow.python.ops import io_ops namespace
84 io_ops.TFRecordReader,
96 io_ops.TFRecordReader,
108 io_ops.TFRecordReader,
120 io_ops.TFRecordReader,
132 io_ops.TFRecordReader,
144 io_ops.TFRecordReader,
156 io_ops.TFRecordReader,
168 io_ops.TFRecordReader,
180 io_ops
[all...]
/external/tensorflow/tensorflow/contrib/cloud/python/ops/
H A Dbigquery_reader_ops.py23 from tensorflow.python.ops import io_ops namespace
26 class BigQueryReader(io_ops.ReaderBase):
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
H A Dparallel_reader_test.py29 from tensorflow.python.ops import io_ops namespace
48 io_ops.TFRecordReader, shared_queue, num_readers=num_readers)
88 io_ops.TFRecordReader, shared_queue, num_readers=5)
169 self._tfrecord_paths, reader_class=io_ops.TFRecordReader, num_readers=3)
196 tfrecord_path, reader_class=io_ops.TFRecordReader)
213 tfrecord_path, reader_class=io_ops.TFRecordReader)
H A Ddataset_data_provider_test.py33 from tensorflow.python.ops import io_ops namespace
76 reader=io_ops.TFRecordReader,
H A Dparallel_reader.py24 from tensorflow.python.ops import io_ops namespace
32 class ParallelReader(io_ops.ReaderBase):
77 reader_class: one of the io_ops.ReaderBase subclasses ex: TFRecordReader
219 reader_class: one of the io_ops.ReaderBase subclasses ex: TFRecordReader
272 reader_class: one of the io_ops.ReaderBase subclasses ex: TFRecordReader.
/external/fio/engines/
H A Dnull.c69 if (td->io_ops->flags & FIO_SYNCIO)
104 td->io_ops->flags |= FIO_SYNCIO;
H A Dcpu.c92 td->o.name, td->io_ops->name, co->cpuload, co->cpucycle);
/external/tensorflow/tensorflow/examples/speech_commands/
H A Dinput_data.py36 from tensorflow.python.ops import io_ops namespace
120 wav_loader = io_ops.read_file(wav_filename_placeholder)
141 wav_saver = io_ops.write_file(wav_filename_placeholder, wav_encoder)
316 wav_loader = io_ops.read_file(wav_filename_placeholder)
351 wav_loader = io_ops.read_file(self.wav_filename_placeholder_)
512 wav_loader = io_ops.read_file(wav_filename_placeholder)
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
H A Drange_dataset_op_test.py32 from tensorflow.python.ops import io_ops namespace
93 save_op = io_ops.write_file(
100 io_ops.read_file(self._iterator_checkpoint_prefix_local()),
/external/tensorflow/tensorflow/contrib/framework/python/framework/
H A Dcheckpoint_utils.py24 from tensorflow.python.ops import io_ops namespace
119 restore_op = io_ops.restore_v2(
/external/tensorflow/tensorflow/python/
H A D__init__.py133 from tensorflow.python.ops import io_ops namespace
302 functional_ops, histogram_ops, io_ops, keras, layers,
/external/tensorflow/tensorflow/python/ops/
H A Dstandard_ops.py59 from tensorflow.python.ops.io_ops import *
109 from tensorflow.python.ops import io_ops as _io_ops
/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_utils.py25 from tensorflow.python.ops import io_ops namespace
293 restore_op = io_ops.restore_v2(

Completed in 643 milliseconds

12