public static class tensorflow.ReduceJoin.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
keep_dims_() |
tensorflow.ReduceJoin.Attrs |
keep_dims_(boolean keep_dims_) |
tensorflow.ReduceJoin.Attrs |
KeepDims(boolean x)
If
True, retain reduced dimensions with length 1. |
tensorflow.ReduceJoin.Attrs |
position(long position) |
BytePointer |
separator_() |
tensorflow.ReduceJoin.Attrs |
separator_(BytePointer separator_) |
tensorflow.ReduceJoin.Attrs |
Separator(BytePointer x)
The separator to use when joining.
|
tensorflow.ReduceJoin.Attrs |
Separator(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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.ReduceJoin.Attrs position(long position)
@ByVal public tensorflow.ReduceJoin.Attrs KeepDims(@Cast(value="bool") boolean x)
True, retain reduced dimensions with length 1.
Defaults to false@ByVal public tensorflow.ReduceJoin.Attrs Separator(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.ReduceJoin.Attrs Separator(@tensorflow.StringPiece String x)
public tensorflow.ReduceJoin.Attrs keep_dims_(boolean keep_dims_)
@tensorflow.StringPiece public BytePointer separator_()
public tensorflow.ReduceJoin.Attrs separator_(BytePointer separator_)
Copyright © 2019. All rights reserved.