Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEFunctionFactory.cpp168 …return detail::create_fused_depthwise_convolution_batch_normalization_layer<NEFusedLayerTypes, NET… in create()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLFunctionsFactory.cpp280 …return detail::create_fused_depthwise_convolution_batch_normalization_layer<CLFusedLayerTypes, CLT… in create()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DFunctionHelpers.h279 std::unique_ptr<IFunction> create_fused_depthwise_convolution_batch_normalization_layer(FusedDepthw… in create_fused_depthwise_convolution_batch_normalization_layer() function