Back to Tensorflow

ComputeSettings.Delegate

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/task/core/ComputeSettings.Delegate.html

2.21.02.1 KB
Original Source

public static final enum ComputeSettings.Delegate

TFLite accelerator delegate options.

Inherited Methods

From class java.lang.Enum

| final int | compareTo(ComputeSettings.Delegate arg0) | | int | compareTo(Object arg0) | | final boolean | equals(Object arg0) | | final Class<ComputeSettings.Delegate> | getDeclaringClass() | | final int | hashCode() | | final String | name() | | final int | ordinal() | | String | toString() | | static <T extends Enum<T>> T | valueOf(Class<T> arg0, String arg1) |

From class java.lang.Object

| boolean | equals(Object arg0) | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |

From interface java.lang.Comparable

| abstract int | compareTo(ComputeSettings.Delegate arg0) |

Enum Values

public static final ComputeSettings.Delegate GPU

public static final ComputeSettings.Delegate NNAPI

public static final ComputeSettings.Delegate NONE