Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
Subgraph |
SubgraphVector.back() |
Subgraph |
SubgraphVector.front() |
Subgraph[] |
SubgraphVector.get() |
Subgraph |
SubgraphVector.Iterator.get() |
Subgraph |
SubgraphVector.get(long i) |
Subgraph |
SubgraphVector.pop_back() |
Subgraph |
Interpreter.primary_subgraph()
\warning Experimental interface, subject to change.
|
Subgraph |
Interpreter.subgraph(int subgraph_index)
\warning This is an experimental API and subject to change.
|
Modifier and Type | Method and Description |
---|---|
SubgraphVector.Iterator |
SubgraphVector.insert(SubgraphVector.Iterator pos,
Subgraph value) |
SubgraphVector |
SubgraphVector.push_back(Subgraph value) |
SubgraphVector |
SubgraphVector.put(long i,
Subgraph value) |
SubgraphVector |
SubgraphVector.put(Subgraph... array) |
SubgraphVector |
SubgraphVector.put(Subgraph value) |
Constructor and Description |
---|
Subgraph(Subgraph arg0) |
SubgraphVector(Subgraph... array) |
SubgraphVector(Subgraph value) |
Modifier and Type | Method and Description |
---|---|
static SubgraphDelegationMetadata |
tensorflowlite.GetNodeDelegationMetadata(Subgraph subgraph) |
Copyright © 2025. All rights reserved.