predictTop5ImageNetLabels

fun predictTop5ImageNetLabels(it: TensorFlowInferenceModel, data: FloatArray, imageNetClassLabels: MutableMap<Int, String>): List<Pair<String, Float>>

Returns top-5 labels for the given data encoded with mapping imageNetClassLabels.