tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/gpu/GpuDelegateFactory.html
public class GpuDelegateFactory
DelegateFactory for creating a GpuDelegate.
| class | GpuDelegateFactory.Options | Delegate options. |
| | GpuDelegateFactory() | | | GpuDelegateFactory(GpuDelegateFactory.Options options) |
| Delegate |
create(RuntimeFlavor runtimeFlavor)
Create a Delegate for the given RuntimeFlavor.
|
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 org.tensorflow.lite.DelegateFactory
| abstract Delegate |
create(RuntimeFlavor runtimeFlavor)
Create a Delegate for the given RuntimeFlavor.
|
| options | |
Create a Delegate for the given RuntimeFlavor.
Note for developers implementing this interface: Currently TF Lite in Google Play Services does not support external (developer-provided) delegates. Correspondingly, implementations of this method can expect to be called with RuntimeFlavor.APPLICATION.
| runtimeFlavor | |