Searched refs:kInputIndexFeatures (Results 1 – 2 of 2) sorted by relevance
29 interpreter->ResizeInputTensor(kInputIndexFeatures, features.shape()); in ComputeLogits()35 SetInput<float>(kInputIndexFeatures, features, interpreter); in ComputeLogits()
59 static constexpr int kInputIndexFeatures = 0; variable