Home
last modified time | relevance | path

Searched defs:fast_math_hint (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/
H A DFullyConnectedLayer.cpp34 …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 DFusedConvolutionBatchNormalizationWithPostOpsNode.cpp38FastMathHint fast_math_hint) in FusedConvolutionBatchNormalizationWithPostOpsNode()
65 FastMathHint FusedConvolutionBatchNormalizationWithPostOpsNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::FusedConvolutionBatchNormalizationWithPostOpsNode
H A DConvolutionLayerNode.cpp38 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 DFusedConvolutionBatchNormalizationNode.cpp38FastMathHint fast_math_hint, in FusedConvolutionBatchNormalizationNode()
66 FastMathHint FusedConvolutionBatchNormalizationNode::fast_math_hint() const in fast_math_hint() function in arm_compute::graph::FusedConvolutionBatchNormalizationNode
H A DFusedConvolutionWithPostOpNode.cpp38 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 DGroupedConvolutionMutator.cpp46 …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 DNodeFusionMutator.cpp110 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 DTypes.h66 …FastMathHint fast_math_hint = { FastMathHint::Disabled }; … member
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DGraphBuilder.cpp221 … 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 DCommonGraphOptions.h162 ToggleOption *fast_math_hint; /**< Fast math hint */ variable