44 const int num_inputs = runtime_kernel.
inputs_num;
46 const auto *t0 = runtime_kernel.
inputs[0];
47 const auto *output = runtime_kernel.
outputs[0];
49 if (output->type() != t0->type())
52 const auto *params = runtime_kernel.
first_operator->builtin_options_as_PackOptions();
55 int axis = params->axis();
62 for (
int i = 1; i < num_inputs; ++i)
64 const auto *tensor = runtime_kernel.
inputs[i];
65 if (tensor->type() != t0->type())