@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Unstage extends Pointer
OutputList: The values tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Unstage.Attrs
Optional attribute setters for Unstage
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Unstage(Pointer p)
Pointer cast constructor.
|
Unstage(tensorflow.Scope scope,
tensorflow.DataTypeVector dtypes) |
Unstage(tensorflow.Scope scope,
tensorflow.DataTypeVector dtypes,
tensorflow.Unstage.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Unstage.Attrs |
Capacity(long x) |
static tensorflow.Unstage.Attrs |
Container(BytePointer x) |
static tensorflow.Unstage.Attrs |
Container(String x) |
tensorflow.Output |
get(long index) |
static tensorflow.Unstage.Attrs |
MemoryLimit(long x) |
tensorflow.Operation |
operation() |
tensorflow.Unstage |
operation(tensorflow.Operation operation) |
static tensorflow.Unstage.Attrs |
SharedName(BytePointer x) |
static tensorflow.Unstage.Attrs |
SharedName(String x) |
tensorflow.OutputVector |
values() |
tensorflow.Unstage |
values(tensorflow.OutputVector 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 Unstage(Pointer p)
Pointer.Pointer(Pointer).public Unstage(@Const @ByRef tensorflow.Scope scope, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes)
public Unstage(@Const @ByRef tensorflow.Scope scope, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector dtypes, @Const @ByRef tensorflow.Unstage.Attrs attrs)
@ByVal @Name(value="operator []") public tensorflow.Output get(@Cast(value="size_t") long index)
@ByVal public static tensorflow.Unstage.Attrs Capacity(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.Unstage.Attrs MemoryLimit(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.Unstage.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.Unstage.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.Unstage.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.Unstage.Attrs SharedName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.Unstage operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector values()
public tensorflow.Unstage values(tensorflow.OutputVector values)
Copyright © 2019. All rights reserved.