| 63 | } |
| 64 | |
| 65 | void CLUnstack::configure(const ICLTensor *input, const std::vector<ICLTensor *> &output_vector, int axis) |
| 66 | { |
| 67 | configure(CLKernelLibrary::get().get_compile_context(), input, output_vector, axis); |
| 68 | } |
| 69 | |
| 70 | void CLUnstack::configure(const CLCompileContext &compile_context, |
| 71 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected