Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 28, 2022
1 parent 9a7a93b commit 3b294f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/modeld/models/driving.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ ModelOutput* model_eval_frame(ModelState* s, VisionBuf* buf, VisionBuf* wbuf,

// if getInputBuf is not NULL, net_input_buf will be
auto net_input_buf = s->frame->prepare(buf->buf_cl, buf->width, buf->height, transform, static_cast<cl_mem*>(s->m->getInputBuf()));

s->m->addImage(net_input_buf, s->frame->buf_size);

if (wbuf != nullptr) {
Expand Down

0 comments on commit 3b294f7

Please sign in to comment.