mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-27 03:56:18 +08:00
6 lines
175 B
C
6 lines
175 B
C
#pragma once
|
|
|
|
#include <darknet.h>
|
|
|
|
extern void fill_image_f32(image *im, int w, int h, int c, float* data);
|
|
extern void set_data_f32_val(float* data, int index, float value); |