Home
last modified time | relevance | path

Searched refs:footer_bytes (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfixed_length_record_reader_op.cc36 int64 record_bytes, int64 footer_bytes, in FixedLengthRecordReader() argument
42 footer_bytes_(footer_bytes), in FixedLengthRecordReader()
166 int64 header_bytes = -1, record_bytes = -1, footer_bytes = -1, in FixedLengthRecordReaderOp() local
170 OP_REQUIRES_OK(context, context->GetAttr("footer_bytes", &footer_bytes)); in FixedLengthRecordReaderOp()
178 OP_REQUIRES(context, footer_bytes >= 0, in FixedLengthRecordReaderOp()
180 footer_bytes)); in FixedLengthRecordReaderOp()
187 SetReaderFactory([this, header_bytes, record_bytes, footer_bytes, hop_bytes, in FixedLengthRecordReaderOp()
190 footer_bytes, hop_bytes, encoding, in FixedLengthRecordReaderOp()
/external/tensorflow/tensorflow/core/kernels/data/
Dreader_dataset_ops.cc311 int64 footer_bytes = -1; in MakeDataset() local
313 ctx, ParseScalarArgument<int64>(ctx, "footer_bytes", &footer_bytes)); in MakeDataset()
314 OP_REQUIRES(ctx, footer_bytes >= 0, in MakeDataset()
335 footer_bytes, buffer_size, compression_type); in MakeDataset()
342 int64 header_bytes, int64 record_bytes, int64 footer_bytes, in Dataset() argument
348 footer_bytes_(footer_bytes), in Dataset()
388 Node* footer_bytes = nullptr; in AsGraphDefInternal() local
394 TF_RETURN_IF_ERROR(b->AddScalar(footer_bytes_, &footer_bytes)); in AsGraphDefInternal()
399 {filenames, header_bytes, record_bytes, footer_bytes, in AsGraphDefInternal()
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py289 footer_bytes=None, argument
315 "footer_bytes", footer_bytes)
347 footer_bytes=None, argument
351 filenames, record_bytes, header_bytes, footer_bytes, buffer_size,
/external/tensorflow/tensorflow/python/ops/
Dio_ops.py396 footer_bytes=None, argument
413 footer_bytes=footer_bytes,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FixedLengthRecordDataset.pbtxt25 name: "footer_bytes"
Dapi_def_FixedLengthRecordReader.pbtxt23 name: "footer_bytes"
Dapi_def_FixedLengthRecordReaderV2.pbtxt25 name: "footer_bytes"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-fixed-length-record-reader.pbtxt16 …argspec: "args=[\'self\', \'record_bytes\', \'header_bytes\', \'footer_bytes\', \'hop_bytes\', \'n…
Dtensorflow.data.-fixed-length-record-dataset.pbtxt22 …argspec: "args=[\'self\', \'filenames\', \'record_bytes\', \'header_bytes\', \'footer_bytes\', \'b…
Dtensorflow.raw_ops.pbtxt1289 …argspec: "args=[\'filenames\', \'header_bytes\', \'record_bytes\', \'footer_bytes\', \'buffer_size…
1293 …argspec: "args=[\'filenames\', \'header_bytes\', \'record_bytes\', \'footer_bytes\', \'buffer_size…
1297 …argspec: "args=[\'record_bytes\', \'header_bytes\', \'footer_bytes\', \'hop_bytes\', \'container\'…
1301 …argspec: "args=[\'record_bytes\', \'header_bytes\', \'footer_bytes\', \'hop_bytes\', \'container\'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.-fixed-length-record-dataset.pbtxt9 …argspec: "args=[\'self\', \'filenames\', \'record_bytes\', \'header_bytes\', \'footer_bytes\', \'b…
Dtensorflow.raw_ops.pbtxt1289 …argspec: "args=[\'filenames\', \'header_bytes\', \'record_bytes\', \'footer_bytes\', \'buffer_size…
1293 …argspec: "args=[\'filenames\', \'header_bytes\', \'record_bytes\', \'footer_bytes\', \'buffer_size…
1297 …argspec: "args=[\'record_bytes\', \'header_bytes\', \'footer_bytes\', \'hop_bytes\', \'container\'…
1301 …argspec: "args=[\'record_bytes\', \'header_bytes\', \'footer_bytes\', \'hop_bytes\', \'container\'…
/external/tensorflow/tensorflow/python/kernel_tests/
Dreader_ops_test.py530 footer_bytes=self._footer_bytes,
556 footer_bytes=self._footer_bytes,
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc7638 name: "FixedLengthRecordDataset/footer_bytes" in CreateMNISTDatasetFunctions()
7685 input: "FixedLengthRecordDataset/footer_bytes:output:0" in CreateMNISTDatasetFunctions()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt26198 name: "footer_bytes"
26226 name: "footer_bytes"
26262 name: "footer_bytes"
26303 name: "footer_bytes"
26351 name: "footer_bytes"
26401 name: "footer_bytes"
26441 name: "footer_bytes"
26488 name: "footer_bytes"
Dops_history.v1.pbtxt26569 name: "footer_bytes"
26597 name: "footer_bytes"
26633 name: "footer_bytes"
26674 name: "footer_bytes"
26722 name: "footer_bytes"
26772 name: "footer_bytes"
26812 name: "footer_bytes"
26859 name: "footer_bytes"
Dops_history.v0.pbtxt12250 name: "footer_bytes"
12290 name: "footer_bytes"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt13064 name: "footer_bytes"
13092 name: "footer_bytes"
13128 name: "footer_bytes"
13179 name: "footer_bytes"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go38900 … filenames tf.Output, header_bytes tf.Output, record_bytes tf.Output, footer_bytes tf.Output, buff…
38907 filenames, header_bytes, record_bytes, footer_bytes, buffer_size,