Package | Description |
---|---|
org.bytedeco.tensorflowlite |
Modifier and Type | Class and Description |
---|---|
class |
RootProfiler
A root profiler instance installed in TFLite runtime.
|
class |
TelemetryProfiler |
Modifier and Type | Method and Description |
---|---|
Profiler |
Subgraph.GetProfiler() |
Profiler |
Interpreter.GetProfiler()
\warning This is an experimental API and subject to change.
|
Modifier and Type | Method and Description |
---|---|
void |
Interpreter.AddProfiler(Profiler profiler)
\warning This is an experimental API and subject to change.
|
void |
RootProfiler.AddProfiler(Profiler profiler)
Adds a profiler to root profiler.
|
void |
Interpreter.SetProfiler(Profiler profiler)
\warning This is an experimental API and subject to change.
|
void |
Subgraph.SetProfiler(Profiler profiler,
int associated_subgraph_idx) |
Constructor and Description |
---|
ScopedDelegateOperatorProfile(Profiler profiler,
BytePointer tag,
int node_index) |
ScopedDelegateOperatorProfile(Profiler profiler,
String tag,
int node_index) |
ScopedDelegateProfiledOperatorProfile(Profiler profiler,
BytePointer tag,
int node_index) |
ScopedDelegateProfiledOperatorProfile(Profiler profiler,
String tag,
int node_index) |
ScopedOperatorProfile(Profiler profiler,
BytePointer tag,
int node_index) |
ScopedOperatorProfile(Profiler profiler,
String tag,
int node_index) |
ScopedProfile(Profiler profiler,
BytePointer tag) |
ScopedProfile(Profiler profiler,
BytePointer tag,
int event_type,
long event_metadata) |
ScopedProfile(Profiler profiler,
String tag) |
ScopedProfile(Profiler profiler,
String tag,
int event_type,
long event_metadata) |
ScopedRuntimeInstrumentationProfile(Profiler profiler,
BytePointer tag) |
ScopedRuntimeInstrumentationProfile(Profiler profiler,
String tag) |
Copyright © 2025. All rights reserved.