package tflite.proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CPUSettings

configuration.proto:215

Used in: TFLiteSettings

message ComputeSettings

configuration.proto:78

One possible acceleration configuration.

enum Delegate

configuration.proto:48

TFLite delegate to use.

Used in: TFLiteSettings

message EdgeTpuSettings

configuration.proto:180

EdgeTPU Delegate settings

Used in: TFLiteSettings

enum EdgeTpuSettings.PowerState

configuration.proto:182

Generic definitions of EdgeTPU power states.

Used in: EdgeTpuSettings

enum ExecutionPreference

configuration.proto:34

ExecutionPreference is used to match accelerators against the preferences of the current application or usecase. Some of the values here can appear both in the compatibility list and as input, some only as input. These are separate from NNAPIExecutionPreference - the compatibility list design doesn't assume a one-to-one mapping between which usecases compatibility list entries have been developed for and what settings are used for NNAPI.

Used in: ComputeSettings

message FallbackSettings

configuration.proto:247

Whether to automatically fallback to TFLite CPU path on delegation errors. Typically fallback is enabled in production use but disabled in tests and benchmarks to ensure they test the intended path.

Used in: NNAPISettings

enum GPUBackend

configuration.proto:139

Which GPU backend to select. Default behaviour on Android is to try OpenCL and if it's not available fall back to OpenGL.

Used in: GPUSettings

message GPUSettings

configuration.proto:152

GPU Delegate settings. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/gpu/delegate.h

Used in: TFLiteSettings

message HexagonSettings

configuration.proto:163

Hexagon Delegate settings. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/hexagon/hexagon_delegate.h

Used in: TFLiteSettings

enum NNAPIExecutionPreference

configuration.proto:57

Used in: NNAPISettings

enum NNAPIExecutionPriority

configuration.proto:70

Used in: NNAPISettings

message NNAPISettings

configuration.proto:89

NNAPI delegate settings.

Used in: TFLiteSettings

message TFLiteSettings

configuration.proto:220

How to configure TFLite.

Used in: ComputeSettings

message XNNPackSettings

configuration.proto:174

XNNPack Delegate settings. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h

Used in: TFLiteSettings