Home
last modified time | relevance | path

Searched refs:FusedDepthwiseConvolutionBatchNormalizationNode (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/src/graph/nodes/
DFusedDepthwiseConvolutionBatchNormalizationNode.cpp35 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()
[all …]
/external/ComputeLibrary/arm_compute/graph/nodes/
DFusedDepthwiseConvolutionBatchNormalizationNode.h34 class FusedDepthwiseConvolutionBatchNormalizationNode final : public INode
45 FusedDepthwiseConvolutionBatchNormalizationNode(float epsilon,
DNodesFwd.h52 class FusedDepthwiseConvolutionBatchNormalizationNode; variable
/external/ComputeLibrary/arm_compute/graph/
DINodeVisitor.h113 virtual void visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) = 0;
250 virtual void visit(FusedDepthwiseConvolutionBatchNormalizationNode &) override in visit() argument
/external/ComputeLibrary/arm_compute/graph/printers/
DDotGraphPrinter.h60 void visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) override;
/external/ComputeLibrary/src/graph/printers/
DDotGraphPrinter.cpp88 void DotGraphVisitor::visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) in visit()
/external/ComputeLibrary/src/graph/backends/NEON/
DNEFunctionFactory.cpp168 …FusedLayerTypes, NETargetInfo>(*polymorphic_downcast<FusedDepthwiseConvolutionBatchNormalizationNo… in create()
/external/ComputeLibrary/src/graph/mutators/
DNodeFusionMutator.cpp167 …const NodeID fused_id = g.add_node<FusedDepthwiseConvolutionBatchNormalizationNode>(epsilon, conv_… in fuse_depthwise_convolution_with_batch_normalization()
/external/ComputeLibrary/src/graph/backends/CL/
DCLFunctionsFactory.cpp277 …FusedLayerTypes, CLTargetInfo>(*polymorphic_downcast<FusedDepthwiseConvolutionBatchNormalizationNo… in create()
/external/ComputeLibrary/arm_compute/graph/backends/
DFunctionHelpers.h283 …used_depthwise_convolution_batch_normalization_layer(FusedDepthwiseConvolutionBatchNormalizationNo… in create_fused_depthwise_convolution_batch_normalization_layer()