Searched refs:FusedDepthwiseConvolutionBatchNormalizationNode (Results 1 – 10 of 10) sorted by relevance
35 FusedDepthwiseConvolutionBatchNormalizationNode::FusedDepthwiseConvolutionBatchNormalizationNode(fl… in FusedDepthwiseConvolutionBatchNormalizationNode() function in arm_compute::graph::FusedDepthwiseConvolutionBatchNormalizationNode46 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()[all …]
34 class FusedDepthwiseConvolutionBatchNormalizationNode final : public INode45 FusedDepthwiseConvolutionBatchNormalizationNode(float epsilon,
52 class FusedDepthwiseConvolutionBatchNormalizationNode; variable
113 virtual void visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) = 0;250 virtual void visit(FusedDepthwiseConvolutionBatchNormalizationNode &) override in visit() argument
60 void visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) override;
88 void DotGraphVisitor::visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) in visit()
168 …FusedLayerTypes, NETargetInfo>(*polymorphic_downcast<FusedDepthwiseConvolutionBatchNormalizationNo… in create()
167 …const NodeID fused_id = g.add_node<FusedDepthwiseConvolutionBatchNormalizationNode>(epsilon, conv_… in fuse_depthwise_convolution_with_batch_normalization()
277 …FusedLayerTypes, CLTargetInfo>(*polymorphic_downcast<FusedDepthwiseConvolutionBatchNormalizationNo… in create()
283 …used_depthwise_convolution_batch_normalization_layer(FusedDepthwiseConvolutionBatchNormalizationNo… in create_fused_depthwise_convolution_batch_normalization_layer()