| Package | Description |
|---|---|
| org.bytedeco.tensorflowlite |
| Modifier and Type | Method and Description |
|---|---|
StringIntMap |
StringIntMap.put(String i,
int value) |
StringIntMap |
StringIntMap.put(StringIntMap x) |
StringIntMap |
Subgraph.resource_ids() |
StringIntMap |
Interpreter.signature_inputs(BytePointer signature_key)
\brief Returns the mapping of inputs to tensor index in the signature
specified through 'signature_key'.
|
StringIntMap |
Interpreter.signature_inputs(String signature_key) |
StringIntMap |
Interpreter.signature_outputs(BytePointer signature_key)
\brief Returns the mapping of outputs to tensor index in the signature
specified through 'signature_key'.
|
StringIntMap |
Interpreter.signature_outputs(String signature_key) |
| Modifier and Type | Method and Description |
|---|---|
StringIntMap |
StringIntMap.put(StringIntMap 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 © 2026. All rights reserved.