Skip to content

Commit

Permalink
driving.h: remove obsolete poly_fit function prototype (commaai#23229)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee authored Dec 15, 2021
1 parent 7568716 commit f20d53b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/modeld/models/driving.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ void model_init(ModelState* s, cl_device_id device_id, cl_context context);
ModelOutput *model_eval_frame(ModelState* s, cl_mem yuv_cl, int width, int height,
const mat3 &transform, float *desire_in);
void model_free(ModelState* s);
void poly_fit(float *in_pts, float *in_stds, float *out);
void model_publish(PubMaster &pm, uint32_t vipc_frame_id, uint32_t frame_id, float frame_drop,
const ModelOutput &net_outputs, uint64_t timestamp_eof,
float model_execution_time, kj::ArrayPtr<const float> raw_pred, const bool valid);
Expand Down

0 comments on commit f20d53b

Please sign in to comment.