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