Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dmodel-executor.cc29 interpreter->ResizeInputTensor(kInputIndexFeatures, features.shape()); in ComputeLogits()
35 SetInput<float>(kInputIndexFeatures, features, interpreter); in ComputeLogits()
Dmodel-executor.h59 static constexpr int kInputIndexFeatures = 0; variable