InferenceOutput.DataOutputs Property

Definition

A map mapping output indices to multidimensional arrays of output.

public System.Collections.Generic.IDictionary<Java.Lang.Integer,Java.Lang.Object> DataOutputs { [Android.Runtime.Register("getDataOutputs", "()Ljava/util/Map;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getDataOutputs", "()Ljava/util/Map;", "", ApiSince=35)>]
member this.DataOutputs : System.Collections.Generic.IDictionary<Java.Lang.Integer, Java.Lang.Object>

Property Value

Attributes

Remarks

A map mapping output indices to multidimensional arrays of output.

For TFLite, this field is mapped to outputs of runForMultipleInputsOutputs: https://www.tensorflow.org/lite/api_docs/java/org/tensorflow/lite/InterpreterApi#parameters_9

Java documentation for android.adservices.ondevicepersonalization.InferenceOutput.getDataOutputs().

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