• Home
  • Raw
  • Download

Lines Matching full:configure

49 void CLRsqrtLayer::configure(const ICLTensor *input, ICLTensor *output)  in configure()  function in arm_compute::CLRsqrtLayer
51 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
54 void CLRsqrtLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure() function in arm_compute::CLRsqrtLayer
59 _impl->op->configure(compile_context, input->info(), output->info()); in configure()
91 void CLExpLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLExpLayer
93 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
96 void CLExpLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLExpLayer
101 _impl->op->configure(compile_context, input->info(), output->info()); in configure()
133 void CLNegLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLNegLayer
135 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
138 void CLNegLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLNegLayer
143 _impl->op->configure(compile_context, input->info(), output->info()); in configure()
174 void CLSinLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLSinLayer
176 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
179 void CLSinLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLSinLayer
184 _impl->op->configure(compile_context, input->info(), output->info()); in configure()
215 void CLAbsLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLAbsLayer
217 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
220 void CLAbsLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLAbsLayer
225 _impl->op->configure(compile_context, input->info(), output->info()); in configure()
256 void CLLogLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLLogLayer
258 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
261 void CLLogLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure() function in arm_compute::CLLogLayer
266 _impl->op->configure(compile_context, input->info(), output->info()); in configure()
297 void CLRoundLayer::configure(const ICLTensor *input, ICLTensor *output) in configure() function in arm_compute::CLRoundLayer
299 configure(CLKernelLibrary::get().get_compile_context(), input, output); in configure()
302 void CLRoundLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure() function in arm_compute::CLRoundLayer
307 _impl->op->configure(compile_context, input->info(), output->info()); in configure()