Home
last modified time | relevance | path

Searched refs:kOutputIndexLogits (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dmodel-executor.h60 static constexpr int kOutputIndexLogits = 0; variable
Dmodel-executor.cc42 return OutputView<float>(kOutputIndexLogits, interpreter); in ComputeLogits()