Home
last modified time | relevance | path

Searched refs:record_bytes (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfixed_length_record_reader_op.cc36 int64 record_bytes, int64 footer_bytes, in FixedLengthRecordReader() argument
41 record_bytes_(record_bytes), in FixedLengthRecordReader()
43 hop_bytes_(hop_bytes == 0 ? record_bytes : hop_bytes), in FixedLengthRecordReader()
166 int64 header_bytes = -1, record_bytes = -1, footer_bytes = -1, in FixedLengthRecordReaderOp() local
169 OP_REQUIRES_OK(context, context->GetAttr("record_bytes", &record_bytes)); in FixedLengthRecordReaderOp()
175 OP_REQUIRES(context, record_bytes >= 0, in FixedLengthRecordReaderOp()
177 record_bytes)); in FixedLengthRecordReaderOp()
187 SetReaderFactory([this, header_bytes, record_bytes, footer_bytes, hop_bytes, in FixedLengthRecordReaderOp()
189 return new FixedLengthRecordReader(name(), header_bytes, record_bytes, in FixedLengthRecordReaderOp()
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_input.py74 record_bytes = label_bytes + image_bytes
79 reader = tf.FixedLengthRecordReader(record_bytes=record_bytes)
83 record_bytes = tf.decode_raw(value, tf.uint8)
87 tf.strided_slice(record_bytes, [0], [label_bytes]), tf.int32)
92 tf.strided_slice(record_bytes, [label_bytes],
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FixedLengthRecordReader.pbtxt17 name: "record_bytes"
32 record_bytes.
Dapi_def_FixedLengthRecordReaderV2.pbtxt19 name: "record_bytes"
34 record_bytes.
Dapi_def_FixedLengthRecordDataset.pbtxt19 name: "record_bytes"
/external/tensorflow/tensorflow/core/kernels/data/
Dreader_dataset_ops.cc305 int64 record_bytes = -1; in MakeDataset() local
307 ctx, ParseScalarArgument<int64>(ctx, "record_bytes", &record_bytes)); in MakeDataset()
308 OP_REQUIRES(ctx, record_bytes > 0, in MakeDataset()
334 *output = new Dataset(ctx, std::move(filenames), header_bytes, record_bytes, in MakeDataset()
342 int64 header_bytes, int64 record_bytes, int64 footer_bytes, in Dataset() argument
347 record_bytes_(record_bytes), in Dataset()
387 Node* record_bytes = nullptr; in AsGraphDefInternal() local
393 TF_RETURN_IF_ERROR(b->AddScalar(record_bytes_, &record_bytes)); in AsGraphDefInternal()
399 {filenames, header_bytes, record_bytes, footer_bytes, in AsGraphDefInternal()
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py287 record_bytes, argument
310 record_bytes, dtype=dtypes.int64, name="record_bytes")
345 record_bytes, argument
351 filenames, record_bytes, header_bytes, footer_bytes, buffer_size,
/external/tensorflow/tensorflow/python/ops/
Dio_ops.py394 record_bytes, argument
411 record_bytes=record_bytes,
/external/tensorflow/tensorflow/python/tpu/
Ddatasets_test.py144 record_bytes = len(MakeRecord(10, 200))
156 return readers.FixedLengthRecordDataset(filename, record_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.py529 record_bytes=self._record_bytes,
555 record_bytes=self._record_bytes,
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc7617 name: "FixedLengthRecordDataset/record_bytes" in CreateMNISTDatasetFunctions()
7684 input: "FixedLengthRecordDataset/record_bytes:output:0" in CreateMNISTDatasetFunctions()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go17380 func FixedLengthRecordReaderV2(scope *Scope, record_bytes int64, optional ...FixedLengthRecordReade…
17384 attrs := map[string]interface{}{"record_bytes": record_bytes}
38900 …ordDataset(scope *Scope, filenames tf.Output, header_bytes tf.Output, record_bytes tf.Output, foot…
38907 filenames, header_bytes, record_bytes, footer_bytes, buffer_size,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt26194 name: "record_bytes"
26222 name: "record_bytes"
26258 name: "record_bytes"
26299 name: "record_bytes"
26347 name: "record_bytes"
26397 name: "record_bytes"
26437 name: "record_bytes"
26484 name: "record_bytes"
Dops_history.v1.pbtxt26565 name: "record_bytes"
26593 name: "record_bytes"
26629 name: "record_bytes"
26670 name: "record_bytes"
26718 name: "record_bytes"
26768 name: "record_bytes"
26808 name: "record_bytes"
26855 name: "record_bytes"
Dops_history.v0.pbtxt12246 name: "record_bytes"
12286 name: "record_bytes"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt13060 name: "record_bytes"
13088 name: "record_bytes"
13124 name: "record_bytes"
13175 name: "record_bytes"