-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsmol.h
More file actions
40 lines (40 loc) · 1.51 KB
/
smol.h
File metadata and controls
40 lines (40 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include "stdchpl.h"
#include "wctype.h"
#include "ctype.h"
#include "ImageHelper/stb_image_helper.h"
#include "bridge.h"
void chpl__init_Autograd(int64_t _ln,
int32_t _fn);
void chpl__init_Bridge(int64_t _ln,
int32_t _fn);
void chpl__init_DynamicTensor(int64_t _ln,
int32_t _fn);
void chpl__init_Layer(int64_t _ln,
int32_t _fn);
void chpl__init_NDArray(int64_t _ln,
int32_t _fn);
void chpl__init_Network(int64_t _ln,
int32_t _fn);
void chpl__init_Remote(int64_t _ln,
int32_t _fn);
void chpl__init_Standard(int64_t _ln,
int32_t _fn);
void chpl__init_StaticTensor(int64_t _ln,
int32_t _fn);
void chpl__init_SubModDistribution(int64_t _ln,
int32_t _fn);
void chpl__init_Types(int64_t _ln,
int32_t _fn);
void chpl__init_Utilities(int64_t _ln,
int32_t _fn);
void chpl__init_ndarrayRandom(int64_t _ln,
int32_t _fn);
void chpl__init_smol(int64_t _ln,
int32_t _fn);
int64_t getScaledFrameWidth(int64_t width);
int64_t getScaledFrameHeight(int64_t height);
void globalLoadModel(void);
chpl_external_array getNewFrame(chpl_external_array * frame,
int64_t height,
int64_t width,
int64_t channels);