public static class tensorflow.Squeeze.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 |
|---|---|
IntPointer |
axis_() |
tensorflow.Squeeze.Attrs |
axis_(IntPointer axis_) |
tensorflow.Squeeze.Attrs |
Axis(int... x) |
tensorflow.Squeeze.Attrs |
Axis(IntBuffer x) |
tensorflow.Squeeze.Attrs |
Axis(IntPointer x)
If specified, only squeezes the dimensions listed.
|
tensorflow.Squeeze.Attrs |
position(long position) |
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.Squeeze.Attrs position(long position)
@ByVal public tensorflow.Squeeze.Attrs Axis(@tensorflow.ArraySlice IntPointer x)
[-rank(input), rank(input)).
Defaults to []@ByVal public tensorflow.Squeeze.Attrs Axis(@tensorflow.ArraySlice IntBuffer x)
@ByVal public tensorflow.Squeeze.Attrs Axis(@tensorflow.ArraySlice int... x)
@tensorflow.ArraySlice public IntPointer axis_()
public tensorflow.Squeeze.Attrs axis_(IntPointer axis_)
Copyright © 2019. All rights reserved.