/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/ |
H A D | FullyConnectedLayer.cpp | 34 …uts, QuantizationInfo out_quant_info, FullyConnectedLayerInfo fc_info, FastMathHint fast_math_hint) in FullyConnectedLayerNode() 45 FastMathHint FullyConnectedLayerNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::FullyConnectedLayerNode
|
H A D | FusedConvolutionBatchNormalizationWithPostOpsNode.cpp | 38 … FastMathHint fast_math_hint) in FusedConvolutionBatchNormalizationWithPostOpsNode() 65 FastMathHint FusedConvolutionBatchNormalizationWithPostOpsNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::FusedConvolutionBatchNormalizationWithPostOpsNode
|
H A D | ConvolutionLayerNode.cpp | 38 FastMathHint fast_math_hint, in ConvolutionLayerNode() 61 FastMathHint ConvolutionLayerNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::ConvolutionLayerNode
|
H A D | FusedConvolutionBatchNormalizationNode.cpp | 38 … FastMathHint fast_math_hint, in FusedConvolutionBatchNormalizationNode() 66 FastMathHint FusedConvolutionBatchNormalizationNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::FusedConvolutionBatchNormalizationNode
|
H A D | FusedConvolutionWithPostOpNode.cpp | 38 FastMathHint fast_math_hint, in FusedConvolutionWithPostOpNode() 61 FastMathHint FusedConvolutionWithPostOpNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::FusedConvolutionWithPostOpNode
|
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/ |
H A D | GroupedConvolutionMutator.cpp | 46 …info, ConvolutionMethod method, ActivationLayerInfo fused_act, FastMathHint fast_math_hint, unsign… in create_grouped_convolution() 145 const FastMathHint fast_math_hint = conv_node->fast_math_hint(); in mutate() local
|
H A D | NodeFusionMutator.cpp | 110 FastMathHint fast_math_hint = conv_node->fast_math_hint(); in fuse_convolution_with_batch_normalization() local 595 FastMathHint fast_math_hint = conv_node->fast_math_hint(); in fuse_convolution_with_post_ops() local 695 FastMathHint fast_math_hint = conv_node->fast_math_hint(); in fuse_convolution_batch_normalization_with_post_ops() local
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/frontend/ |
H A D | Types.h | 66 …FastMathHint fast_math_hint = { FastMathHint::Disabled }; … member
|
/aosp_15_r20/external/ComputeLibrary/src/graph/ |
H A D | GraphBuilder.cpp | 221 … unsigned int num_groups, ConvolutionMethod method, FastMathHint fast_math_hint, in add_convolution_node() 470 …llyConnectedLayerInfo fc_info, const QuantizationInfo &out_quant_info, FastMathHint fast_math_hint) in add_fully_connected_layer() 498 …ationInfo &weights_quant_info, const QuantizationInfo &out_quant_info, FastMathHint fast_math_hint) in add_fully_connected_layer()
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | CommonGraphOptions.h | 162 ToggleOption *fast_math_hint; /**< Fast math hint */ variable
|