@Namespace(value="tensorflow") public static class tensorflow.PartialTensorShapeUtils extends Pointer
PartialTensorShape. Includes a few
common predicates on a partially known tensor shape.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PartialTensorShapeUtils()
Default native constructor.
|
PartialTensorShapeUtils(long size)
Native array allocator.
|
PartialTensorShapeUtils(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AreCompatible(tensorflow.PartialTensorShape shapes0,
tensorflow.PartialTensorShape shapes1) |
static boolean |
AreIdentical(tensorflow.PartialTensorShape shapes0,
tensorflow.PartialTensorShape shapes1) |
static BytePointer |
PartialShapeListString(tensorflow.PartialTensorShape shapes) |
tensorflow.PartialTensorShapeUtils |
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 PartialTensorShapeUtils()
public PartialTensorShapeUtils(long size)
Pointer.position(long).public PartialTensorShapeUtils(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.PartialTensorShapeUtils position(long position)
@StdString public static BytePointer PartialShapeListString(@tensorflow.ArraySlice tensorflow.PartialTensorShape shapes)
@Cast(value="bool") public static boolean AreIdentical(@tensorflow.ArraySlice tensorflow.PartialTensorShape shapes0, @tensorflow.ArraySlice tensorflow.PartialTensorShape shapes1)
@Cast(value="bool") public static boolean AreCompatible(@tensorflow.ArraySlice tensorflow.PartialTensorShape shapes0, @tensorflow.ArraySlice tensorflow.PartialTensorShape shapes1)
Copyright © 2019. All rights reserved.