lamppp
Loading...
Searching...
No Matches
include
lamppp
tensor
supported_types.hpp
1
#pragma once
2
3
#define LMP_X_TYPES(_) \
4
_(bool) \
5
_(int16_t) \
6
_(int) \
7
_(int64_t) \
8
_(float) \
9
_(double)
10
11
#define LMP_LIST_TYPES \
12
(bool, int16_t, int, int64_t, float, double)
13
Generated by
1.9.8