ae2f_docs
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
7int main() {
8 /* Test_VkInit(); */
9
10 PRINTSZ(ae2fVK_AnnMlpMk_t);
11 PRINTSZ(ae2fVK_AnnMlp);
12
13 /* Test_VkEnd(); */
14 return 0;
15}
#define PRINTSZ(T)
Definition MlpSz.c:5