Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
IntIntPairVectorVector |
IntIntPairVectorVector.push_back(IntIntPairVector value) |
IntIntPairVectorVector |
IntIntPairVectorVector.put(IntIntPairVector... array) |
IntIntPairVectorVector |
IntIntPairVectorVector.put(IntIntPairVector value) |
IntIntPairVectorVector |
IntIntPairVectorVector.put(IntIntPairVectorVector x) |
IntIntPairVectorVector |
IntIntPairVectorVector.put(long i,
IntIntPairVector value) |
Modifier and Type | Method and Description |
---|---|
IntIntPairVectorVector |
IntIntPairVectorVector.put(IntIntPairVectorVector x) |
Modifier and Type | Method and Description |
---|---|
static boolean |
tensorflowlite.ParseModelControlDependencies(BytePointer data,
long size,
IntIntPairVectorVector out)
Deserializes
*out from a character buffer of size size at data . |
static boolean |
tensorflowlite.ParseModelControlDependencies(String data,
long size,
IntIntPairVectorVector out) |
static String |
tensorflowlite.SerializeModelControlDependencies(IntIntPairVectorVector in)
Serializes
in into the returned string. |
Copyright © 2025. All rights reserved.