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