| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.container_(BytePointer container_) |
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Container(BytePointer x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.Container(BytePointer x)
If non-empty, this reader is placed in the given container.
|
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Container(String x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.Container(String x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.encoding_(BytePointer encoding_) |
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Encoding(BytePointer x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.Encoding(BytePointer x)
The type of encoding for the file.
|
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Encoding(String x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.Encoding(String x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.footer_bytes_(long footer_bytes_) |
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.FooterBytes(long x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.FooterBytes(long x)
Number of bytes in the footer, defaults to 0.
|
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.header_bytes_(long header_bytes_) |
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.HeaderBytes(long x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.HeaderBytes(long x)
Number of bytes in the header, defaults to 0.
|
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.hop_bytes_(long hop_bytes_) |
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.HopBytes(long x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.HopBytes(long x)
Number of bytes to hop before each read.
|
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.position(long position) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.SharedName(BytePointer x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.SharedName(BytePointer x)
If non-empty, this reader is named in the given bucket
with this shared_name.
|
static tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.SharedName(String x) |
tensorflow.FixedLengthRecordReader.Attrs |
tensorflow.FixedLengthRecordReader.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
FixedLengthRecordReader(tensorflow.Scope scope,
long record_bytes,
tensorflow.FixedLengthRecordReader.Attrs attrs) |
Copyright © 2019. All rights reserved.