Skip to content

Commit

Permalink
adapt to submission-v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomtan committed Dec 11, 2024
1 parent c932b78 commit 5bb5690
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,6 @@ void SingleModelPipeline::backend_convert_inputs(
mlperf_backend_ptr_t backend_ptr, int bytes, int width, int height,
uint8_t* data) {}

void SingleModelPipeline::backend_convert_outputs(
mlperf_backend_ptr_t backend_ptr, int bytes, int width, int height,
uint8_t* data) {}

void* SingleModelPipeline::backend_get_buffer(size_t n) {
return ::operator new(n);
}
Expand Down

0 comments on commit 5bb5690

Please sign in to comment.