Searched refs:DepthConvolutionOptions (Results 1 – 1 of 1) sorted by relevance
60 class DepthConvolutionOptions final : public CommonGraphValidateOptions class63 explicit DepthConvolutionOptions(CommandLineParser &parser) noexcept in DepthConvolutionOptions() function in __anonf2723d900111::DepthConvolutionOptions212 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…