@Name(value="std::vector<std::pair<std::string,tensorflow::Tensor> >") public static class tensorflow.StringTensorPairVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringTensorPairVector() |
StringTensorPairVector(BytePointer[] firstValue,
tensorflow.Tensor[] secondValue) |
StringTensorPairVector(long n) |
StringTensorPairVector(Pointer p)
Pointer cast constructor.
|
StringTensorPairVector(String[] firstValue,
tensorflow.Tensor[] secondValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
empty() |
BytePointer |
first(long i) |
tensorflow.StringTensorPairVector |
first(long i,
BytePointer first) |
tensorflow.StringTensorPairVector |
first(long i,
String first) |
tensorflow.StringTensorPairVector |
put(BytePointer[] firstValue,
tensorflow.Tensor[] secondValue) |
tensorflow.StringTensorPairVector |
put(String[] firstValue,
tensorflow.Tensor[] secondValue) |
tensorflow.StringTensorPairVector |
put(tensorflow.StringTensorPairVector x) |
void |
resize(long n) |
tensorflow.Tensor |
second(long i) |
tensorflow.StringTensorPairVector |
second(long i,
tensorflow.Tensor second) |
long |
size() |
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, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringTensorPairVector(Pointer p)
Pointer.Pointer(Pointer).public StringTensorPairVector(BytePointer[] firstValue, tensorflow.Tensor[] secondValue)
public StringTensorPairVector(String[] firstValue, tensorflow.Tensor[] secondValue)
public StringTensorPairVector()
public StringTensorPairVector(long n)
@Name(value="operator=") @ByRef public tensorflow.StringTensorPairVector put(@ByRef tensorflow.StringTensorPairVector x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @StdString public BytePointer first(@Cast(value="size_t") long i)
public tensorflow.StringTensorPairVector first(@Cast(value="size_t") long i, BytePointer first)
public tensorflow.StringTensorPairVector second(@Cast(value="size_t") long i, tensorflow.Tensor second)
@MemberSetter @Index(function="at") public tensorflow.StringTensorPairVector first(@Cast(value="size_t") long i, @StdString String first)
public tensorflow.StringTensorPairVector put(BytePointer[] firstValue, tensorflow.Tensor[] secondValue)
public tensorflow.StringTensorPairVector put(String[] firstValue, tensorflow.Tensor[] secondValue)
Copyright © 2019. All rights reserved.