@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ReaderReadUpTo extends Pointer
num_records (key, value) pairs produced by a Reader.
Will dequeue from the input queue if necessary (e.g. when the
Reader needs to start reading from a new file since it has finished
with the previous file).
It may return less than num_records even before the last batch.
Arguments:
* scope: A Scope object
* reader_handle: Handle to a Reader.
* queue_handle: Handle to a Queue, with string work items.
* num_records: number of records to read from Reader.
Returns:
* Output keys: A 1-D tensor.
* Output values: A 1-D tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ReaderReadUpTo(Pointer p)
Pointer cast constructor.
|
ReaderReadUpTo(tensorflow.Scope scope,
tensorflow.Input reader_handle,
tensorflow.Input queue_handle,
tensorflow.Input num_records) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
keys() |
tensorflow.ReaderReadUpTo |
keys(tensorflow.Output keys) |
tensorflow.Operation |
operation() |
tensorflow.ReaderReadUpTo |
operation(tensorflow.Operation operation) |
tensorflow.Output |
values() |
tensorflow.ReaderReadUpTo |
values(tensorflow.Output values) |
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 ReaderReadUpTo(Pointer p)
Pointer.Pointer(Pointer).public ReaderReadUpTo(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input reader_handle, @ByVal tensorflow.Input queue_handle, @ByVal tensorflow.Input num_records)
@ByRef public tensorflow.Operation operation()
public tensorflow.ReaderReadUpTo operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output keys()
public tensorflow.ReaderReadUpTo keys(tensorflow.Output keys)
@ByRef public tensorflow.Output values()
public tensorflow.ReaderReadUpTo values(tensorflow.Output values)
Copyright © 2019. All rights reserved.