Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DInPlaceOperationMutator.cpp112 if(node->type() == NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer) in try_in_place_depthwiseconv()
223 NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer, in mutate()
242 …else if(node->type() == NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer || node->type()… in mutate()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/nodes/
H A DFusedDepthwiseConvolutionBatchNormalizationNode.h123 … static constexpr NodeType node_type = NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer;
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DTypePrinter.h125 case NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer:
H A DTypes.h220 FusedDepthwiseConvolutionBatchNormalizationLayer, enumerator
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEFunctionFactory.cpp167 case NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer: in create()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLFunctionsFactory.cpp279 case NodeType::FusedDepthwiseConvolutionBatchNormalizationLayer: in create()