Package | Description |
---|---|
org.bytedeco.tensorflowlite |
Modifier and Type | Method and Description |
---|---|
SubgraphVector |
Subgraph.GetSubgraphs() |
SubgraphVector |
SubgraphVector.push_back(Subgraph value) |
SubgraphVector |
SubgraphVector.put(long i,
Subgraph value) |
SubgraphVector |
SubgraphVector.put(Subgraph... array) |
SubgraphVector |
SubgraphVector.put(Subgraph value) |
SubgraphVector |
SubgraphVector.put(SubgraphVector x) |
Modifier and Type | Method and Description |
---|---|
SubgraphVector |
SubgraphVector.put(SubgraphVector x) |
Constructor and Description |
---|
Subgraph(ErrorReporter error_reporter,
PointerPointer external_contexts,
SubgraphVector subgraphs,
IntResourceBaseMap resources,
StringIntMap resource_ids,
SizeTSizeTMap initialization_status_map,
int subgraph_index) |
Subgraph(ErrorReporter error_reporter,
TfLiteExternalContext external_contexts,
SubgraphVector subgraphs,
IntResourceBaseMap resources,
StringIntMap resource_ids,
SizeTSizeTMap initialization_status_map) |
Subgraph(ErrorReporter error_reporter,
TfLiteExternalContext external_contexts,
SubgraphVector subgraphs,
IntResourceBaseMap resources,
StringIntMap resource_ids,
SizeTSizeTMap initialization_status_map,
int subgraph_index) |
Copyright © 2025. All rights reserved.