@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RecordInput extends Pointer
Attrs):
* file_random_seed: Random seeds used to produce randomized records.
* file_shuffle_shift_ratio: Shifts the list of files after the list is randomly
shuffled.
* file_buffer_size: The randomization shuffling buffer.
* file_parallelism: How many sstables are opened and concurrently iterated over.
* batch_size: The batch size.
* compression_type: The type of compression for the file. Currently ZLIB and
GZIP are supported. Defaults to none.
Returns:
* Output: A tensor of shape [batch_size].| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.RecordInput.Attrs
Optional attribute setters for RecordInput
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RecordInput(Pointer p)
Pointer cast constructor.
|
RecordInput(tensorflow.Scope scope,
BytePointer file_pattern) |
RecordInput(tensorflow.Scope scope,
BytePointer file_pattern,
tensorflow.RecordInput.Attrs attrs) |
RecordInput(tensorflow.Scope scope,
String file_pattern) |
RecordInput(tensorflow.Scope scope,
String file_pattern,
tensorflow.RecordInput.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.RecordInput.Attrs |
BatchSize(long x) |
static tensorflow.RecordInput.Attrs |
CompressionType(BytePointer x) |
static tensorflow.RecordInput.Attrs |
CompressionType(String x) |
static tensorflow.RecordInput.Attrs |
FileBufferSize(long x) |
static tensorflow.RecordInput.Attrs |
FileParallelism(long x) |
static tensorflow.RecordInput.Attrs |
FileRandomSeed(long x) |
static tensorflow.RecordInput.Attrs |
FileShuffleShiftRatio(float x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.RecordInput |
operation(tensorflow.Operation operation) |
tensorflow.Output |
records() |
tensorflow.RecordInput |
records(tensorflow.Output records) |
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 RecordInput(Pointer p)
Pointer.Pointer(Pointer).public RecordInput(@Const @ByRef tensorflow.Scope scope, @tensorflow.StringPiece BytePointer file_pattern)
public RecordInput(@Const @ByRef tensorflow.Scope scope, @tensorflow.StringPiece String file_pattern)
public RecordInput(@Const @ByRef tensorflow.Scope scope, @tensorflow.StringPiece BytePointer file_pattern, @Const @ByRef tensorflow.RecordInput.Attrs attrs)
public RecordInput(@Const @ByRef tensorflow.Scope scope, @tensorflow.StringPiece String file_pattern, @Const @ByRef tensorflow.RecordInput.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.RecordInput.Attrs FileRandomSeed(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RecordInput.Attrs FileShuffleShiftRatio(float x)
@ByVal public static tensorflow.RecordInput.Attrs FileBufferSize(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RecordInput.Attrs FileParallelism(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RecordInput.Attrs BatchSize(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RecordInput.Attrs CompressionType(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.RecordInput.Attrs CompressionType(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.RecordInput operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output records()
public tensorflow.RecordInput records(tensorflow.Output records)
Copyright © 2019. All rights reserved.