Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/frontend/
H A DIStreamOperators.h94 inline IStream &operator<<(IStream &s, DepthwiseConvolutionMethod depthwise_convolution_method_hint)
96 s.hints().depthwise_convolution_method_hint = depthwise_convolution_method_hint;
H A DTypes.h65 …DepthwiseConvolutionMethod depthwise_convolution_method_hint = { DepthwiseConvolutionMethod::Defau… member
H A DLayers.h520 … s.hints().depthwise_convolution_method_hint, in create_layer()