Home
last modified time | relevance | path

Searched refs:FixedLengthRecordDataset (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dfixed_length_record_dataset_test.py78 repeat_dataset = readers.FixedLengthRecordDataset(
140 dataset = readers.FixedLengthRecordDataset(
154 dataset = readers.FixedLengthRecordDataset(
Ddataset_test.py83 lambda: readers.FixedLengthRecordDataset("", 42)),
Diterator_test.py799 readers.FixedLengthRecordDataset(filenames, 1, 0, 0))
/external/tensorflow/tensorflow/lite/tutorials/
Ddataset.py107 images = tf.data.FixedLengthRecordDataset(
109 labels = tf.data.FixedLengthRecordDataset(
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_FixedLengthRecordDataset.pbtxt2 graph_op_name: "FixedLengthRecordDataset"
Dapi_def_FixedLengthRecordDatasetV2.pbtxt4 name: "data.FixedLengthRecordDataset"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.pbtxt8 name: "FixedLengthRecordDataset"
Dtensorflow.data.-fixed-length-record-dataset.pbtxt1 path: "tensorflow.data.FixedLengthRecordDataset"
Dtensorflow.raw_ops.pbtxt1288 name: "FixedLengthRecordDataset"
/external/tensorflow/tensorflow/python/data/
D__init__.py30 from tensorflow.python.data.ops.readers import FixedLengthRecordDataset
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.pbtxt8 name: "FixedLengthRecordDataset"
Dtensorflow.data.-fixed-length-record-dataset.pbtxt1 path: "tensorflow.data.FixedLengthRecordDataset"
Dtensorflow.raw_ops.pbtxt1288 name: "FixedLengthRecordDataset"
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dfixed_length_record_dataset_serialization_test.py32 return core_readers.FixedLengthRecordDataset(
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FixedLengthRecordDataset.pbtxt2 graph_op_name: "FixedLengthRecordDataset"
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc7575 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/
Dinput_ops_test.py245 dataset = readers.FixedLengthRecordDataset(
257 lambda f: readers.FixedLengthRecordDataset(f, self._record_bytes))
/external/tensorflow/tensorflow/python/tpu/
Ddatasets_test.py156 return readers.FixedLengthRecordDataset(filename, record_bytes)
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dag_vs_eager_mnist_speed_test.ipynb190 " images = tf.data.FixedLengthRecordDataset(\n",
192 " labels = tf.data.FixedLengthRecordDataset(\n",
Dworkshop.ipynb898 " images = tf.data.FixedLengthRecordDataset(\n",
900 " labels = tf.data.FixedLengthRecordDataset(\n",
Ddev_summit_2018_demo.ipynb669 " images = tf.data.FixedLengthRecordDataset(\n",
671 " labels = tf.data.FixedLengthRecordDataset(\n",
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py367 FixedLengthRecordDataset = FixedLengthRecordDatasetV1 variable
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/
D2_models.ipynb599 " images = tf.data.FixedLengthRecordDataset(\n",
601 " labels = tf.data.FixedLengthRecordDataset(\n",
/external/tensorflow/
DRELEASE.md568 …rib.data.Dataset`, `tf.contrib.data.Iterator`, `tf.contrib.data.FixedLengthRecordDataset`, `tf.con…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go38900 func FixedLengthRecordDataset(scope *Scope, filenames tf.Output, header_bytes tf.Output, record_byt… func

12