Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
NodeSubsetVector |
NodeSubsetVector.push_back(NodeSubset value) |
NodeSubsetVector |
NodeSubsetVector.put(long i,
NodeSubset value) |
NodeSubsetVector |
NodeSubsetVector.put(NodeSubset... array) |
NodeSubsetVector |
NodeSubsetVector.put(NodeSubset value) |
NodeSubsetVector |
NodeSubsetVector.put(NodeSubsetVector x) |
Modifier and Type | Method and Description |
---|---|
NodeSubsetVector |
NodeSubsetVector.put(NodeSubsetVector x) |
Modifier and Type | Method and Description |
---|---|
static int |
tensorflowlite.PartitionGraphIntoIndependentNodeSubsets(GraphInfo info,
TfLiteIntArray nodes_to_partition,
NodeSubsetVector node_subsets,
boolean greedily) |
static int |
tensorflowlite.PartitionGraphIntoIndependentNodeSubsets(GraphInfo info,
TfLiteIntArray nodes_to_partition,
NodeSubsetVector node_subsets,
boolean greedily,
IntIntPairVector control_edges,
boolean disable_node_fusion) |
Copyright © 2025. All rights reserved.