aboutsummaryrefslogtreecommitdiff
path: root/include/cnn1986_treap_cache.h
blob: 292e9c5ab64f40dbb43efac16e39d63cb4bd41b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdlib.h>
#include <stdint.h>
#include <tak.h>

extern uint32_t cnn1986_num_cached;
extern uint32_t cnn1986_max_num_cached;

int cnn1986_cache_init(void);
void cnn1986_cache_free(void);

int cnn1986_cache_seek(float *out_result);
int cnn1986_cache_insert(float in_result);