@Name(value="tensorflow::TensorShapeIter<tensorflow::TensorShape>") @NoOffset public static class tensorflow.TensorShapeIter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorShapeIter(Pointer p)
Pointer cast constructor.
|
TensorShapeIter(tensorflow.TensorShape shape,
int d) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(tensorflow.TensorShapeIter rhs) |
void |
increment() |
tensorflow.TensorShapeDim |
multiply() |
boolean |
notEquals(tensorflow.TensorShapeIter rhs) |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TensorShapeIter(Pointer p)
Pointer.Pointer(Pointer).public TensorShapeIter(@Const tensorflow.TensorShape shape, int d)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.TensorShapeIter rhs)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef tensorflow.TensorShapeIter rhs)
@ByVal @Name(value="operator *") public tensorflow.TensorShapeDim multiply()
Copyright © 2019. All rights reserved.