|
template<typename T > |
PoolingLayer< T > * | magmadnn::layer::pooling (op::Operation< T > *input, const std::vector< unsigned int > &filter_shape, const std::vector< unsigned int > &padding, const std::vector< unsigned int > &strides, pooling_mode mode, bool propagate_nan) |
|
template PoolingLayer< int > * | magmadnn::layer::pooling (op::Operation< int > *, const std::vector< unsigned int > &, const std::vector< unsigned int > &, const std::vector< unsigned int > &, pooling_mode, bool) |
|
template PoolingLayer< float > * | magmadnn::layer::pooling (op::Operation< float > *, const std::vector< unsigned int > &, const std::vector< unsigned int > &, const std::vector< unsigned int > &, pooling_mode, bool) |
|
template PoolingLayer< double > * | magmadnn::layer::pooling (op::Operation< double > *, const std::vector< unsigned int > &, const std::vector< unsigned int > &, const std::vector< unsigned int > &, pooling_mode, bool) |
|
template<typename T > |
PoolingLayer< T > * | magmadnn::layer::pooling (op::Operation< T > *input, const std::vector< unsigned int > &filter_shape, layer::padding_t padding, const std::vector< unsigned int > &strides, pooling_mode mode, bool propagate_nan) |
|
template PoolingLayer< int > * | magmadnn::layer::pooling (op::Operation< int > *, const std::vector< unsigned int > &, layer::padding_t, const std::vector< unsigned int > &, pooling_mode, bool) |
|
template PoolingLayer< float > * | magmadnn::layer::pooling (op::Operation< float > *, const std::vector< unsigned int > &, layer::padding_t, const std::vector< unsigned int > &, pooling_mode, bool) |
|
template PoolingLayer< double > * | magmadnn::layer::pooling (op::Operation< double > *, const std::vector< unsigned int > &, layer::padding_t, const std::vector< unsigned int > &, pooling_mode, bool) |
|