@NoOffset @Name(value="std::pair<tensorflow::shape_inference::DimensionHandle,tensorflow::shape_inference::DimensionHandle>") public static class tensorflow.DimensionHandlePair extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DimensionHandlePair() |
DimensionHandlePair(Pointer p)
Pointer cast constructor.
|
DimensionHandlePair(tensorflow.DimensionHandle firstValue,
tensorflow.DimensionHandle secondValue) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DimensionHandle |
first() |
tensorflow.DimensionHandlePair |
first(tensorflow.DimensionHandle first) |
tensorflow.DimensionHandlePair |
put(tensorflow.DimensionHandlePair x) |
tensorflow.DimensionHandlePair |
put(tensorflow.DimensionHandle firstValue,
tensorflow.DimensionHandle secondValue) |
tensorflow.DimensionHandle |
second() |
tensorflow.DimensionHandlePair |
second(tensorflow.DimensionHandle second) |
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 DimensionHandlePair(Pointer p)
Pointer.Pointer(Pointer).public DimensionHandlePair(tensorflow.DimensionHandle firstValue, tensorflow.DimensionHandle secondValue)
public DimensionHandlePair()
@Name(value="operator=") @ByRef public tensorflow.DimensionHandlePair put(@ByRef tensorflow.DimensionHandlePair x)
@MemberGetter @ByRef public tensorflow.DimensionHandle first()
public tensorflow.DimensionHandlePair first(tensorflow.DimensionHandle first)
@MemberGetter @ByRef public tensorflow.DimensionHandle second()
public tensorflow.DimensionHandlePair second(tensorflow.DimensionHandle second)
public tensorflow.DimensionHandlePair put(tensorflow.DimensionHandle firstValue, tensorflow.DimensionHandle secondValue)
Copyright © 2019. All rights reserved.