ae2f_docs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
submod
ae2f
Ann
test
vk
MlpSz.c
Go to the documentation of this file.
1
#
include
<
ae2fVK
/
Ann
/
Mlp
.
h
>
2
#
include
<
stdio
.
h
>
3
#
include
"../vk.h"
4
5
#
define
PRINTSZ
(
T
)
printf
(
"sizeof("
#
T
"): %lu\n"
,
sizeof
(
T
)
)
6
7
int
main
() {
8
/* Test_VkInit(); */
9
10
PRINTSZ
(ae2fVK_AnnMlpMk_t);
11
PRINTSZ
(ae2fVK_AnnMlp);
12
13
/* Test_VkEnd(); */
14
return
0;
15
}
PRINTSZ
#define PRINTSZ(T)
Definition
MlpSz.c:5
main
int main()
Definition
MlpTrainXOR-Made-Primal.c:72
Generated by
1.14.0