ONE - On-device Neural Engine
Loading...
Searching...
No Matches
MaxPool.h File Reference
#include "cker/Shape.h"
#include "cker/Types.h"
#include "cker/Utils.h"
#include "cker/neon/neon_check.h"
#include "cker/eigen/Utils.h"
#include <Eigen/Core>

Go to the source code of this file.

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 

Functions

template<typename T >
void nnfw::cker::MaxPool (const PoolParams &, const Shape &, const T *, const Shape &, T *)
 
template<>
void nnfw::cker::MaxPool< float > (const PoolParams &params, const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
template<>
void nnfw::cker::MaxPool< uint8_t > (const PoolParams &params, const Shape &input_shape, const uint8_t *input_data, const Shape &output_shape, uint8_t *output_data)