Searched refs:PopulateVector (Results 1 – 3 of 3) sorted by relevance
115 inline void PopulateVector(const TfLiteTensor* tensor, std::vector<T>* data) { in PopulateVector() function126 inline void PopulateVector<std::string>(const TfLiteTensor* tensor,
46 using ::tflite::task::core::PopulateVector;308 PopulateVector(end_logits_tensor, &end_logits); in Postprocess()310 PopulateVector(start_logits_tensor, &start_logits); in Postprocess()
136 PopulateVector(output_tensors[0], &end_logits);138 PopulateVector(output_tensors[1], &start_logits);