@Namespace(value="tensorflow") @NoOffset public static class tensorflow.AttrSlice extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.AttrSlice.Scratch |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AttrSlice() |
AttrSlice(long size)
Native array allocator.
|
AttrSlice(Pointer p)
Pointer cast constructor.
|
AttrSlice(tensorflow.NodeDef node_def) |
AttrSlice(tensorflow.StringAttrValueMap a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EqualAttrs(tensorflow.AttrSlice other,
tensorflow.AttrSlice.Scratch scratch) |
tensorflow.AttrValue |
Find(BytePointer attr_name) |
tensorflow.Status |
Find(BytePointer attr_name,
PointerPointer attr_value) |
tensorflow.Status |
Find(BytePointer attr_name,
tensorflow.AttrValue attr_value) |
tensorflow.AttrValue |
Find(String attr_name) |
tensorflow.Status |
Find(String attr_name,
tensorflow.AttrValue attr_value) |
tensorflow.AttrSlice |
position(long position) |
int |
size() |
BytePointer |
SummarizeNode() |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AttrSlice(Pointer p)
Pointer.Pointer(Pointer).public AttrSlice(long size)
Pointer.position(long).public AttrSlice(@Const @ByRef tensorflow.NodeDef node_def)
public AttrSlice()
public AttrSlice(@Cast(value="const tensorflow::AttrValueMap*") tensorflow.StringAttrValueMap a)
public tensorflow.AttrSlice position(long position)
public int size()
@Const public tensorflow.AttrValue Find(@tensorflow.StringPiece BytePointer attr_name)
@Const public tensorflow.AttrValue Find(@tensorflow.StringPiece String attr_name)
@ByVal public tensorflow.Status Find(@tensorflow.StringPiece BytePointer attr_name, @Cast(value="const tensorflow::AttrValue**") PointerPointer attr_value)
@ByVal public tensorflow.Status Find(@tensorflow.StringPiece BytePointer attr_name, @Const @ByPtrPtr tensorflow.AttrValue attr_value)
@ByVal public tensorflow.Status Find(@tensorflow.StringPiece String attr_name, @Const @ByPtrPtr tensorflow.AttrValue attr_value)
@Cast(value="bool") public boolean EqualAttrs(@ByVal tensorflow.AttrSlice other, tensorflow.AttrSlice.Scratch scratch)
@StdString public BytePointer SummarizeNode()
Copyright © 2019. All rights reserved.