@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.OrderedMapStage 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.
* 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.OrderedMapStage.Attrs
Optional attribute setters for OrderedMapStage
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OrderedMapStage(Pointer p)
Pointer cast constructor.
|
OrderedMapStage(tensorflow.Scope scope,
tensorflow.Input key,
tensorflow.Input indices,
tensorflow.InputList values,
tensorflow.DataTypeVector dtypes) |
OrderedMapStage(tensorflow.Scope scope,
tensorflow.Input key,
tensorflow.Input indices,
tensorflow.InputList values,
tensorflow.DataTypeVector dtypes,
tensorflow.OrderedMapStage.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
static tensorflow.OrderedMapStage.Attrs |
Capacity(long x) |
static tensorflow.OrderedMapStage.Attrs |
Container(BytePointer x) |
static tensorflow.OrderedMapStage.Attrs |
Container(String x) |
static tensorflow.OrderedMapStage.Attrs |
MemoryLimit(long x) |
tensorflow.Operation |
operation() |
tensorflow.OrderedMapStage |
operation(tensorflow.Operation operation) |
static tensorflow.OrderedMapStage.Attrs |
SharedName(BytePointer x) |
static tensorflow.OrderedMapStage.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 OrderedMapStage(Pointer p)
Pointer.Pointer(Pointer).public OrderedMapStage(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input key, @ByVal tensorflow.Input indices, @ByVal tensorflow.InputList values, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes)
public OrderedMapStage(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input key, @ByVal tensorflow.Input indices, @ByVal tensorflow.InputList values, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes, @Const @ByRef tensorflow.OrderedMapStage.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.OrderedMapStage.Attrs Capacity(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.OrderedMapStage.Attrs MemoryLimit(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.OrderedMapStage.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.OrderedMapStage.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.OrderedMapStage.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.OrderedMapStage.Attrs SharedName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.OrderedMapStage operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.