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