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