Home
last modified time | relevance | path

Searched refs:tf_record_iterator (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py163 test_a = list(tf_record.tf_record_iterator(fn_a, options=options_a))
167 test_b = list(tf_record.tf_record_iterator(fn_b, options=options_b))
323 actual = list(tf_record.tf_record_iterator(fn, options=options))
334 actual = list(tf_record.tf_record_iterator(zfn, options=options))
346 actual = list(tf_record.tf_record_iterator(zfn, options=options))
356 actual = list(tf_record.tf_record_iterator(gzfn, options=options))
373 reader = tf_record.tf_record_iterator(fn, options)
388 actual = list(tf_record.tf_record_iterator(zfn))
399 actual = list(tf_record.tf_record_iterator(zfn))
409 actual = list(tf_record.tf_record_iterator(gzfn))
[all …]
Dtf_record.py157 def tf_record_iterator(path, options=None): function
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtf_record_writer_test.py70 for i, r in enumerate(tf_record.tf_record_iterator(self._outputFilename())):
79 tf_record.tf_record_iterator(self._outputFilename(), options=options)):
88 tf_record.tf_record_iterator(self._outputFilename(), options=options)):
120 for i, r in enumerate(tf_record.tf_record_iterator(self._outputFilename())):
144 for j, r in enumerate(tf_record.tf_record_iterator(shard_filename)):
Dstats_dataset_test_base.py320 records = list(tf_record.tf_record_iterator(filepath))
/external/tensorflow/tensorflow/python/client/
Devents_writer_test.py50 for r in tf_record.tf_record_iterator(filename + "DOES_NOT_EXIST"):
53 reader = tf_record.tf_record_iterator(filename)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.python_io.pbtxt16 name: "tf_record_iterator"
Dtensorflow.io.pbtxt176 name: "tf_record_iterator"
/external/tensorflow/tensorflow/python/summary/
Dsummary_iterator.py31 self._tf_record_iterator = tf_record.tf_record_iterator(path)
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py217 record_iter = tf.compat.v1.python_io.tf_record_iterator(input_path)
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50_test.py67 records = list(tf.compat.v1.python_io.tf_record_iterator(filepath))
/external/tensorflow/tensorflow/python/tpu/
Dtpu_outside_compilation_test.py89 records = list(tf_record.tf_record_iterator(os.path.join(logdir, files[0])))
/external/tensorflow/tensorflow/python/distribute/
Dstrategy_test_lib.py118 records = list(tf_record.tf_record_iterator(os.path.join(logdir, files[0])))
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
Dtraining_a_model.md350 tf.python_io.tf_record_iterator(path='coco/processed/val.record-00000-of-00010')
/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py1322 records = list(tf_record.tf_record_iterator(filepath))