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