Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.cpp660 std::vector<float> tflite_output; in TFliteGetAllPredictions() local
662 tflite_output.reserve(output_buffer_size); in TFliteGetAllPredictions()
664 tflite_output.emplace_back(tflite_instance_->output_buffer[i]); in TFliteGetAllPredictions()
666 *output = tflite_output; in TFliteGetAllPredictions()