Package | Description |
---|---|
org.bytedeco.tensorflowlite |
Modifier and Type | Class and Description |
---|---|
class |
ExternalCpuBackendContext |
Modifier and Type | Method and Description |
---|---|
TfLiteExternalContext |
TfLiteContext.GetExternalContext_TfLiteContext_int.call(TfLiteContext arg0,
int arg1) |
TfLiteExternalContext |
TfLiteExternalContext.getPointer(long i) |
TfLiteExternalContext |
TfLiteExternalContext.position(long position) |
TfLiteExternalContext |
TfLiteExternalContext.Refresh(TfLiteExternalContext.Refresh_TfLiteContext setter) |
TfLiteExternalContext |
TfLiteExternalContext.type(int setter) |
Modifier and Type | Method and Description |
---|---|
void |
TfLiteContext.SetExternalContext_TfLiteContext_int_TfLiteExternalContext.call(TfLiteContext arg0,
int arg1,
TfLiteExternalContext arg2) |
void |
Subgraph.SetExternalContext(int type,
TfLiteExternalContext ctx) |
void |
Interpreter.SetExternalContext(int type,
TfLiteExternalContext ctx) |
Constructor and Description |
---|
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.