Searched refs:Estimate (Results 1 – 7 of 7) sorted by relevance
51 * Estimate of the elapsed time since boot value for the corresponding event in nanoseconds.56 * Estimate of the relative precision of the alignment of this SystemClock
98 VtEstimatorStatus Estimate(const std::vector<float> &thermistors, std::vector<float> *output);
148 ret = vt_estimator_.Estimate(thermistors, &output); in run_random_input_inference()280 ret = vt_estimator_.Estimate(input_data, &output); in run_single_inference()380 ret = vt_estimator_.Estimate(model_inputs, &model_outputs); in run_batch_process()
534 VtEstimatorStatus VirtualTempEstimator::Estimate(const std::vector<float> &thermistors, in Estimate() function in thermal::vtestimator::VirtualTempEstimator
426 * Indicates when there is an incoming Link Capacity Estimate (LCE) info report.
1459 * Start Link Capacity Estimate (LCE) service if supported by the radio.1473 * Stop Link Capacity Estimate (LCE) service, the STOP operation must be
1037 sensor_info.virtual_sensor_info->vt_estimator->Estimate(model_inputs, &model_outputs); in runVirtualTempEstimator()