48 const circle::Tensor *input =
nullptr;
49 const circle::Tensor *output =
nullptr;
51 uint8_t *input_data =
nullptr;
52 uint8_t *output_data =
nullptr;
54 SISOHeader(execute_args, &input, &output, &input_data, &output_data);
58 switch (input->type())
61 case circle::TensorType_FLOAT32:
63 switch (output->type())
65 case circle::TensorType_INT32:
72 case circle::TensorType_INT8:
79 case circle::TensorType_INT16:
89 assert(
false &&
"Unsupported type.");
99 assert(
false &&
"Unsupported type.");