| 62 | |
| 63 | template <bool IS_LOG> |
| 64 | void CLSoftmaxLayerGeneric<IS_LOG>::configure(const ICLTensor *input, ICLTensor *output, float beta, int32_t axis) |
| 65 | { |
| 66 | configure(CLKernelLibrary::get().get_compile_context(), input, output, beta, axis); |
| 67 | } |
| 68 | |
| 69 | template <bool IS_LOG> |
| 70 | void CLSoftmaxLayerGeneric<IS_LOG>::configure( |