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