Go to the source code of this file.
|
| bc |
| The Evaluator determines if an expression needs to be greedily optimized.
|
|
| bc::nn |
|
|
template<class ValueType , class SystemTag > |
Max_Pooling< SystemTag, ValueType > | bc::nn::max_pooling (SystemTag system_tag, Dim< 3 > img_dims, Dim< 2 > krnl_dims={3, 3}, Dim< 2 > padding={0, 0}, Dim< 2 > strides={-1,-1}) |
|
template<class SystemTag > |
auto | bc::nn::max_pooling (SystemTag system_tag, Dim< 3 > img_dims, Dim< 2 > krnl_dims={3, 3}, Dim< 2 > padding={0, 0}, Dim< 2 > strides={-1,-1}) |
|
auto | bc::nn::max_pooling (Dim< 3 > img_dims, Dim< 2 > krnl_dims={3, 3}, Dim< 2 > padding={0, 0}, Dim< 2 > strides={-1,-1}) |
|