20#include "PALL2Pool2D.h"
40 const DataType input_type = Tensor::element_type(input);
47 case DataType::FLOAT32:
48 luci_interpreter_pal::L2Pool(
54 assert(
false &&
"Unsupported type.");
uint8_t * getDataByTensor(const circle::Tensor *raw_tensor)
tflite::RuntimeShape getTensorShape(const Tensor *tensor)
luci_interpreter_pal::PoolParams createPoolParams(const circle::Operator *cur_op, const kernels::SISOKernel &siso_kernel)
void configure_kernel_CirclePool2DCommon(const circle::Operator *cur_op, BaseRuntimeGraph *runtime_graph)
void execute_kernel_CircleL2Pool2D(const circle::Operator *cur_op, BaseRuntimeGraph *runtime_graph)
void configure_kernel_CircleL2Pool2D(const circle::Operator *cur_op, BaseRuntimeGraph *runtime_graph)
DataType
"scalar" value type
T must_cast(loco::Node *node)