Home
last modified time | relevance | path

Searched refs:TransformInputKernel (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEWinogradConvolutionLayer.cpp354 … transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
363 … transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
373 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
382 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
391 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
400 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
409 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
418 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
427 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
444 transform_input_kernel = support::cpp14::make_unique<config::TransformInputKernel>(); in configure()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEWinogradConvolutionLayerKernel.h591 …using TransformInputKernel = NEWinogradLayerTransformInputKernel<TIn, OutputTileRows, OutputTile… variable