-
Notifications
You must be signed in to change notification settings - Fork 1.4k
AVX backend
beru edited this page Jun 4, 2017
·
2 revisions
kernel type | forward | backward | memo |
---|---|---|---|
conv2d | 5x5 only | 5x5 only float only |
|
fully_connected | float only | float only | |
global_avepool | development ongoing in #687 |
-
float only
means, iffloat_t
isdouble
then fallback to internal backend routines.
© Copyright 2018, tiny-dnn team