@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TextLineReader extends Pointer
Attrs):
* skip_header_lines: Number of lines to skip from the beginning of every file.
* container: If non-empty, this reader is placed in the given container.
Otherwise, a default container is used.
* shared_name: If non-empty, this reader is named in the given bucket
with this shared_name. Otherwise, the node name is used instead.
Returns:
* Output: The handle to reference the Reader.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.TextLineReader.Attrs
Optional attribute setters for TextLineReader
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TextLineReader(Pointer p)
Pointer cast constructor.
|
TextLineReader(tensorflow.Scope scope) |
TextLineReader(tensorflow.Scope scope,
tensorflow.TextLineReader.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.TextLineReader.Attrs |
Container(BytePointer x) |
static tensorflow.TextLineReader.Attrs |
Container(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.TextLineReader |
operation(tensorflow.Operation operation) |
tensorflow.Output |
reader_handle() |
tensorflow.TextLineReader |
reader_handle(tensorflow.Output reader_handle) |
static tensorflow.TextLineReader.Attrs |
SharedName(BytePointer x) |
static tensorflow.TextLineReader.Attrs |
SharedName(String x) |
static tensorflow.TextLineReader.Attrs |
SkipHeaderLines(long x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TextLineReader(Pointer p)
Pointer.Pointer(Pointer).public TextLineReader(@Const @ByRef tensorflow.Scope scope)
public TextLineReader(@Const @ByRef tensorflow.Scope scope, @Const @ByRef tensorflow.TextLineReader.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.TextLineReader.Attrs SkipHeaderLines(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.TextLineReader.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.TextLineReader.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.TextLineReader.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.TextLineReader.Attrs SharedName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.TextLineReader operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output reader_handle()
public tensorflow.TextLineReader reader_handle(tensorflow.Output reader_handle)
Copyright © 2019. All rights reserved.