@Name(value="std::vector<tensorflow::Device*>") public static class tensorflow.DeviceVector extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.DeviceVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DeviceVector() |
DeviceVector(long n) |
DeviceVector(Pointer p)
Pointer cast constructor.
|
DeviceVector(tensorflow.Device... array) |
DeviceVector(tensorflow.Device value) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DeviceVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
tensorflow.DeviceVector.Iterator |
end() |
tensorflow.DeviceVector.Iterator |
erase(tensorflow.DeviceVector.Iterator pos) |
tensorflow.Device[] |
get() |
tensorflow.Device |
get(long i) |
tensorflow.DeviceVector.Iterator |
insert(tensorflow.DeviceVector.Iterator pos,
tensorflow.Device value) |
tensorflow.Device |
pop_back() |
tensorflow.DeviceVector |
push_back(tensorflow.Device value) |
tensorflow.DeviceVector |
put(long i,
tensorflow.Device value) |
tensorflow.DeviceVector |
put(tensorflow.Device... array) |
tensorflow.DeviceVector |
put(tensorflow.Device value) |
tensorflow.DeviceVector |
put(tensorflow.DeviceVector x) |
void |
resize(long n) |
long |
size() |
String |
toString() |
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, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DeviceVector(Pointer p)
Pointer.Pointer(Pointer).public DeviceVector(tensorflow.Device value)
public DeviceVector(tensorflow.Device... array)
public DeviceVector()
public DeviceVector(long n)
@Name(value="operator=") @ByRef public tensorflow.DeviceVector put(@ByRef tensorflow.DeviceVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") public tensorflow.Device get(@Cast(value="size_t") long i)
public tensorflow.DeviceVector put(@Cast(value="size_t") long i, tensorflow.Device value)
@ByVal public tensorflow.DeviceVector.Iterator insert(@ByVal tensorflow.DeviceVector.Iterator pos, tensorflow.Device value)
@ByVal public tensorflow.DeviceVector.Iterator erase(@ByVal tensorflow.DeviceVector.Iterator pos)
@ByVal public tensorflow.DeviceVector.Iterator begin()
@ByVal public tensorflow.DeviceVector.Iterator end()
public tensorflow.Device[] get()
public tensorflow.Device pop_back()
public tensorflow.DeviceVector push_back(tensorflow.Device value)
public tensorflow.DeviceVector put(tensorflow.Device value)
public tensorflow.DeviceVector put(tensorflow.Device... array)
Copyright © 2019. All rights reserved.