36 const auto input = siso_kernel.
input();
37 const auto output = siso_kernel.
output();
42 const DataType input_type = Tensor::element_type(input);
49 case DataType::FLOAT32:
50 luci_interpreter_pal::AveragePool(
58 luci_interpreter_pal::AveragePool(
64 assert(
false &&
"Unsupported type.");