Searched refs:FixedLengthRecordDataset (Results 1 – 25 of 28) sorted by relevance
12
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | fixed_length_record_dataset_test.py | 78 repeat_dataset = readers.FixedLengthRecordDataset( 140 dataset = readers.FixedLengthRecordDataset( 154 dataset = readers.FixedLengthRecordDataset(
|
D | dataset_test.py | 83 lambda: readers.FixedLengthRecordDataset("", 42)),
|
D | iterator_test.py | 799 readers.FixedLengthRecordDataset(filenames, 1, 0, 0))
|
/external/tensorflow/tensorflow/lite/tutorials/ |
D | dataset.py | 107 images = tf.data.FixedLengthRecordDataset( 109 labels = tf.data.FixedLengthRecordDataset(
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_FixedLengthRecordDataset.pbtxt | 2 graph_op_name: "FixedLengthRecordDataset"
|
D | api_def_FixedLengthRecordDatasetV2.pbtxt | 4 name: "data.FixedLengthRecordDataset"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.data.pbtxt | 8 name: "FixedLengthRecordDataset"
|
D | tensorflow.data.-fixed-length-record-dataset.pbtxt | 1 path: "tensorflow.data.FixedLengthRecordDataset"
|
D | tensorflow.raw_ops.pbtxt | 1288 name: "FixedLengthRecordDataset"
|
/external/tensorflow/tensorflow/python/data/ |
D | __init__.py | 30 from tensorflow.python.data.ops.readers import FixedLengthRecordDataset
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.data.pbtxt | 8 name: "FixedLengthRecordDataset"
|
D | tensorflow.data.-fixed-length-record-dataset.pbtxt | 1 path: "tensorflow.data.FixedLengthRecordDataset"
|
D | tensorflow.raw_ops.pbtxt | 1288 name: "FixedLengthRecordDataset"
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | fixed_length_record_dataset_serialization_test.py | 32 return core_readers.FixedLengthRecordDataset(
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FixedLengthRecordDataset.pbtxt | 2 graph_op_name: "FixedLengthRecordDataset"
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 7575 name: "FixedLengthRecordDataset/filenames" in CreateMNISTDatasetFunctions() 7596 name: "FixedLengthRecordDataset/header_bytes" in CreateMNISTDatasetFunctions() 7617 name: "FixedLengthRecordDataset/record_bytes" in CreateMNISTDatasetFunctions() 7638 name: "FixedLengthRecordDataset/footer_bytes" in CreateMNISTDatasetFunctions() 7659 name: "FixedLengthRecordDataset/buffer_size" in CreateMNISTDatasetFunctions() 7680 name: "FixedLengthRecordDataset" in CreateMNISTDatasetFunctions() 7681 op: "FixedLengthRecordDataset" in CreateMNISTDatasetFunctions() 7682 input: "FixedLengthRecordDataset/filenames:output:0" in CreateMNISTDatasetFunctions() 7683 input: "FixedLengthRecordDataset/header_bytes:output:0" in CreateMNISTDatasetFunctions() 7684 input: "FixedLengthRecordDataset/record_bytes:output:0" in CreateMNISTDatasetFunctions() [all …]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_ops_test.py | 245 dataset = readers.FixedLengthRecordDataset( 257 lambda f: readers.FixedLengthRecordDataset(f, self._record_bytes))
|
/external/tensorflow/tensorflow/python/tpu/ |
D | datasets_test.py | 156 return readers.FixedLengthRecordDataset(filename, record_bytes)
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | ag_vs_eager_mnist_speed_test.ipynb | 190 " images = tf.data.FixedLengthRecordDataset(\n", 192 " labels = tf.data.FixedLengthRecordDataset(\n",
|
D | workshop.ipynb | 898 " images = tf.data.FixedLengthRecordDataset(\n", 900 " labels = tf.data.FixedLengthRecordDataset(\n",
|
D | dev_summit_2018_demo.ipynb | 669 " images = tf.data.FixedLengthRecordDataset(\n", 671 " labels = tf.data.FixedLengthRecordDataset(\n",
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | readers.py | 367 FixedLengthRecordDataset = FixedLengthRecordDatasetV1 variable
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/ |
D | 2_models.ipynb | 599 " images = tf.data.FixedLengthRecordDataset(\n", 601 " labels = tf.data.FixedLengthRecordDataset(\n",
|
/external/tensorflow/ |
D | RELEASE.md | 568 …rib.data.Dataset`, `tf.contrib.data.Iterator`, `tf.contrib.data.FixedLengthRecordDataset`, `tf.con…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 38900 func FixedLengthRecordDataset(scope *Scope, filenames tf.Output, header_bytes tf.Output, record_byt… func
|
12