public static class tensorflow.StridedSliceGrad.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 |
|---|---|
long |
begin_mask_() |
tensorflow.StridedSliceGrad.Attrs |
begin_mask_(long begin_mask_) |
tensorflow.StridedSliceGrad.Attrs |
BeginMask(long x)
Defaults to 0
|
long |
ellipsis_mask_() |
tensorflow.StridedSliceGrad.Attrs |
ellipsis_mask_(long ellipsis_mask_) |
tensorflow.StridedSliceGrad.Attrs |
EllipsisMask(long x)
Defaults to 0
|
long |
end_mask_() |
tensorflow.StridedSliceGrad.Attrs |
end_mask_(long end_mask_) |
tensorflow.StridedSliceGrad.Attrs |
EndMask(long x)
Defaults to 0
|
long |
new_axis_mask_() |
tensorflow.StridedSliceGrad.Attrs |
new_axis_mask_(long new_axis_mask_) |
tensorflow.StridedSliceGrad.Attrs |
NewAxisMask(long x)
Defaults to 0
|
tensorflow.StridedSliceGrad.Attrs |
position(long position) |
long |
shrink_axis_mask_() |
tensorflow.StridedSliceGrad.Attrs |
shrink_axis_mask_(long shrink_axis_mask_) |
tensorflow.StridedSliceGrad.Attrs |
ShrinkAxisMask(long x)
Defaults to 0
|
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.StridedSliceGrad.Attrs position(long position)
@ByVal public tensorflow.StridedSliceGrad.Attrs BeginMask(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.StridedSliceGrad.Attrs EndMask(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.StridedSliceGrad.Attrs EllipsisMask(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.StridedSliceGrad.Attrs NewAxisMask(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.StridedSliceGrad.Attrs ShrinkAxisMask(@Cast(value="tensorflow::int64") long x)
public tensorflow.StridedSliceGrad.Attrs begin_mask_(long begin_mask_)
public tensorflow.StridedSliceGrad.Attrs end_mask_(long end_mask_)
public tensorflow.StridedSliceGrad.Attrs ellipsis_mask_(long ellipsis_mask_)
public tensorflow.StridedSliceGrad.Attrs new_axis_mask_(long new_axis_mask_)
public tensorflow.StridedSliceGrad.Attrs shrink_axis_mask_(long shrink_axis_mask_)
Copyright © 2019. All rights reserved.