Share via


InferenceInput.Params.DelegateType Property

Definition

The delegate to run model inference.

public virtual int DelegateType { [Android.Runtime.Register("getDelegateType", "()I", "GetGetDelegateTypeHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getDelegateType", "()I", "GetGetDelegateTypeHandler", ApiSince=35)>]
member this.DelegateType : int

Property Value

Attributes

Remarks

The delegate to run model inference. If not set, the default value is #DELEGATE_CPU.

Java documentation for android.adservices.ondevicepersonalization.InferenceInput.Params.getDelegateType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to