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