Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dgraph_depthwiseconvolution.cpp60 class DepthConvolutionOptions final : public CommonGraphValidateOptions class
63 explicit DepthConvolutionOptions(CommandLineParser &parser) noexcept in DepthConvolutionOptions() function in __anonf2723d900111::DepthConvolutionOptions
212 DepthConvolutionOptions(const DepthConvolutionOptions &) = delete;
214 DepthConvolutionOptions &operator=(const DepthConvolutionOptions &) = delete;
216 DepthConvolutionOptions(DepthConvolutionOptions &&) noexcept(true) = default;
218 DepthConvolutionOptions &operator=(DepthConvolutionOptions &&) noexcept(true) = default;
220 ~DepthConvolutionOptions() override = default;
351 …e final : public GraphValidateExample<DepthwiseConvolutionLayer, DepthConvolutionOptions, DepthCon…