@Name(value="std::unordered_map<std::string,tensorflow::TensorShape>") public static class tensorflow.VarToShapeMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.VarToShapeMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
VarToShapeMap() |
VarToShapeMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.VarToShapeMap.Iterator |
begin() |
boolean |
empty() |
tensorflow.VarToShapeMap.Iterator |
end() |
tensorflow.TensorShape |
get(BytePointer i) |
tensorflow.VarToShapeMap |
put(BytePointer i,
tensorflow.TensorShape value) |
tensorflow.VarToShapeMap |
put(tensorflow.VarToShapeMap x) |
long |
size() |
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 VarToShapeMap(Pointer p)
Pointer.Pointer(Pointer).public VarToShapeMap()
@Name(value="operator=") @ByRef public tensorflow.VarToShapeMap put(@ByRef tensorflow.VarToShapeMap x)
public boolean empty()
public long size()
@Index @ByRef public tensorflow.TensorShape get(@StdString BytePointer i)
public tensorflow.VarToShapeMap put(@StdString BytePointer i, tensorflow.TensorShape value)
@ByVal public tensorflow.VarToShapeMap.Iterator begin()
@ByVal public tensorflow.VarToShapeMap.Iterator end()
Copyright © 2019. All rights reserved.