@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Stage extends Pointer
Attrs):
* capacity: Maximum number of elements in the Staging Area. If > 0, inserts
on the container will block when the capacity is reached.
* memory_limit: The maximum number of bytes allowed for Tensors in the Staging Area.
If > 0, inserts will block until sufficient space is available.
* container: If non-empty, this queue is placed in the given container. Otherwise,
a default container is used.
* shared_name: It is necessary to match this name to the matching Unstage Op.
Returns:
* the created Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Stage.Attrs
Optional attribute setters for Stage
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Stage(Pointer p)
Pointer cast constructor.
|
Stage(tensorflow.Scope scope,
tensorflow.InputList values) |
Stage(tensorflow.Scope scope,
tensorflow.InputList values,
tensorflow.Stage.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
static tensorflow.Stage.Attrs |
Capacity(long x) |
static tensorflow.Stage.Attrs |
Container(BytePointer x) |
static tensorflow.Stage.Attrs |
Container(String x) |
static tensorflow.Stage.Attrs |
MemoryLimit(long x) |
tensorflow.Operation |
operation() |
tensorflow.Stage |
operation(tensorflow.Operation operation) |
static tensorflow.Stage.Attrs |
SharedName(BytePointer x) |
static tensorflow.Stage.Attrs |
SharedName(String 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 Stage(Pointer p)
Pointer.Pointer(Pointer).public Stage(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList values)
public Stage(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList values, @Const @ByRef tensorflow.Stage.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.Stage.Attrs Capacity(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.Stage.Attrs MemoryLimit(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.Stage.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.Stage.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.Stage.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.Stage.Attrs SharedName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.Stage operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.