@Name(value="std::map<tensorflow::TensorId,tensorflow::TensorId>") @Properties(inherit=tensorflow.class) public class TensorIdTensorIdMap extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
TensorIdTensorIdMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TensorIdTensorIdMap() |
TensorIdTensorIdMap(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
TensorIdTensorIdMap.Iterator |
begin() |
boolean |
empty() |
TensorIdTensorIdMap.Iterator |
end() |
void |
erase(TensorIdTensorIdMap.Iterator pos) |
TensorId |
get(TensorId i) |
TensorIdTensorIdMap |
put(TensorId i,
TensorId value) |
TensorIdTensorIdMap |
put(TensorIdTensorIdMap x) |
long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public TensorIdTensorIdMap(Pointer p)
Pointer(Pointer)
.public TensorIdTensorIdMap()
@Name(value="operator =") @ByRef public TensorIdTensorIdMap put(@ByRef TensorIdTensorIdMap x)
public boolean empty()
public long size()
public TensorIdTensorIdMap put(@ByRef TensorId i, TensorId value)
public void erase(@ByVal TensorIdTensorIdMap.Iterator pos)
@ByVal public TensorIdTensorIdMap.Iterator begin()
@ByVal public TensorIdTensorIdMap.Iterator end()
Copyright © 2022. All rights reserved.