Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEFunctionFactory.cpp138 …return detail::create_batch_normalization_layer<NEBatchNormalizationLayer, NETargetInfo>(*polymorp… in create()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLFunctionsFactory.cpp246 …return detail::create_batch_normalization_layer<CLBatchNormalizationLayer, CLTargetInfo>(*polymorp… in create()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DFunctionHelpers.h177 std::unique_ptr<IFunction> create_batch_normalization_layer(BatchNormalizationLayerNode &node) in create_batch_normalization_layer() function