Home
last modified time | relevance | path

Searched refs:CLDirectConvolutionLayer (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLDirectConvolutionLayer.h43 class CLDirectConvolutionLayer : public IFunction
47 CLDirectConvolutionLayer();
49 CLDirectConvolutionLayer(const CLDirectConvolutionLayer &) = delete;
51 CLDirectConvolutionLayer &operator=(const CLDirectConvolutionLayer &) = delete;
53 ~CLDirectConvolutionLayer();
/external/ComputeLibrary/src/runtime/CL/functions/
DCLDirectConvolutionLayer.cpp37 CLDirectConvolutionLayer::CLDirectConvolutionLayer() in CLDirectConvolutionLayer() function in CLDirectConvolutionLayer
43 CLDirectConvolutionLayer::~CLDirectConvolutionLayer() = default;
45 void CLDirectConvolutionLayer::configure(ICLTensor *input, const ICLTensor *weights, const ICLTenso… in configure()
50 void CLDirectConvolutionLayer::configure(const CLCompileContext &compile_context, ICLTensor *input,… in configure()
80 Status CLDirectConvolutionLayer::validate(const ITensorInfo *input, const ITensorInfo *weights, con… in validate()
91 void CLDirectConvolutionLayer::run() in run()
DCLConvolutionLayer.cpp77 auto f = arm_compute::support::cpp14::make_unique<CLDirectConvolutionLayer>(); in configure()
123 …ARM_COMPUTE_RETURN_ON_ERROR(CLDirectConvolutionLayer::validate(input, weights, biases, output, con… in validate()
204 … && (CLDirectConvolutionLayer::validate(input, weights, nullptr, output, conv_info, act_info))) in get_convolution_method()
/external/ComputeLibrary/tests/validation/CL/
DDirectConvolutionLayer.cpp161 …bool is_valid = bool(CLDirectConvolutionLayer::validate(&input_info.clone()->set_is_resizable(fals…
168 …yerFixture = DirectConvolutionValidationFixture<CLTensor, CLAccessor, CLDirectConvolutionLayer, T>;
170 …ectConvolutionValidationWithTensorShapesFixture<CLTensor, CLAccessor, CLDirectConvolutionLayer, T>;
255 …e = DirectConvolutionValidationQuantizedFixture<CLTensor, CLAccessor, CLDirectConvolutionLayer, T>;
257 …utionValidationWithTensorShapesQuantizedFixture<CLTensor, CLAccessor, CLDirectConvolutionLayer, T>;
/external/ComputeLibrary/src/graph/backends/CL/
DCLNodeValidator.cpp85 CLDirectConvolutionLayer, in validate()
DCLFunctionsFactory.cpp58 using DirectConvolutionLayer = CLDirectConvolutionLayer;
/external/ComputeLibrary/docs/
D06_functions_list.dox207 - @ref CLDirectConvolutionLayer
D00_introduction.dox478 - @ref CLDirectConvolutionLayer
947 - @ref CLDirectConvolutionLayer
1174 - @ref CLDirectConvolutionLayerKernel / @ref CLDirectConvolutionLayer
/external/ComputeLibrary/
DAndroid.bp344 "src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",