Lines Matching refs:FusedDepthwiseConvolutionBatchNormalizationNode
35 FusedDepthwiseConvolutionBatchNormalizationNode::FusedDepthwiseConvolutionBatchNormalizationNode(fl… in FusedDepthwiseConvolutionBatchNormalizationNode() function in arm_compute::graph::FusedDepthwiseConvolutionBatchNormalizationNode
46 void FusedDepthwiseConvolutionBatchNormalizationNode::set_depthwise_convolution_method(DepthwiseCon… in set_depthwise_convolution_method()
51 DepthwiseConvolutionMethod FusedDepthwiseConvolutionBatchNormalizationNode::depthwise_convolution_m… in depthwise_convolution_method()
56 float FusedDepthwiseConvolutionBatchNormalizationNode::epsilon() const in epsilon()
61 PadStrideInfo FusedDepthwiseConvolutionBatchNormalizationNode::convolution_info() const in convolution_info()
66 unsigned int FusedDepthwiseConvolutionBatchNormalizationNode::depth_multiplier() const in depth_multiplier()
71 ActivationLayerInfo FusedDepthwiseConvolutionBatchNormalizationNode::fused_activation() const in fused_activation()
76 void FusedDepthwiseConvolutionBatchNormalizationNode::set_fused_activation(ActivationLayerInfo fuse… in set_fused_activation()
81 TensorDescriptor FusedDepthwiseConvolutionBatchNormalizationNode::compute_output_descriptor(const T… in compute_output_descriptor()
105 bool FusedDepthwiseConvolutionBatchNormalizationNode::forward_descriptors() in forward_descriptors()
117 TensorDescriptor FusedDepthwiseConvolutionBatchNormalizationNode::configure_output(size_t idx) const in configure_output()
130 NodeType FusedDepthwiseConvolutionBatchNormalizationNode::type() const in type()
132 return FusedDepthwiseConvolutionBatchNormalizationNode::node_type; in type()
135 void FusedDepthwiseConvolutionBatchNormalizationNode::accept(INodeVisitor &v) in accept()