Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
int |
InterpreterBuilder.apply(Interpreter interpreter)
Builds an interpreter and stores it in
*interpreter . |
int |
InterpreterBuilder.apply(Interpreter interpreter,
int num_threads)
Same as above, but also sets the number of CPU threads to use
(overriding any previous call to SetNumThreads).
|
Modifier and Type | Method and Description |
---|---|
static void |
tensorflowlite.PrintInterpreterState(Interpreter interpreter) |
static void |
tensorflowlite.PrintInterpreterState(Interpreter interpreter,
int tensor_name_display_length,
int tensor_type_display_length,
int alloc_type_display_length) |
Copyright © 2025. All rights reserved.