Home
last modified time | relevance | path

Searched refs:FastMathHint (Results 1 – 23 of 23) sorted by relevance

/external/ComputeLibrary/arm_compute/graph/nodes/
DFusedConvolutionBatchNormalizationWithPostOpsNode.h48FastMathHint fast_math_hint = FastMathHint::Disabled);
93 void set_fast_math_hint(FastMathHint hint);
99 FastMathHint fast_math_hint() const;
122 FastMathHint _fast_math_hint;
DFullyConnectedLayerNode.h47 FastMathHint fast_math_hint = FastMathHint::Disabled);
52 void set_fast_math_hint(FastMathHint hint);
57 FastMathHint fast_math_hint() const;
109 FastMathHint _fast_math_hint;
DFusedConvolutionBatchNormalizationNode.h49FastMathHint fast_math_hint = FastMathHint::Disabled,
107 void set_fast_math_hint(FastMathHint hint);
113 FastMathHint fast_math_hint() const;
136 FastMathHint _fast_math_hint;
DFusedConvolutionWithPostOpNode.h50 FastMathHint fast_math_hint = FastMathHint::Disabled,
69 void set_fast_math_hint(FastMathHint hint);
74 FastMathHint fast_math_hint() const;
125 FastMathHint _fast_math_hint;
DConvolutionLayerNode.h48 FastMathHint fast_math_hint = FastMathHint::Disabled,
67 void set_fast_math_hint(FastMathHint hint);
72 FastMathHint fast_math_hint() const;
123 FastMathHint _fast_math_hint;
/external/ComputeLibrary/arm_compute/graph/frontend/
DTypes.h52 using graph::FastMathHint;
66FastMathHint fast_math_hint = { FastMathHint::Disabled }; …
DIStreamOperators.h106 inline IStream &operator<<(IStream &s, FastMathHint fast_math_hint)
/external/ComputeLibrary/src/graph/nodes/
DFullyConnectedLayer.cpp34 …uts, QuantizationInfo out_quant_info, FullyConnectedLayerInfo fc_info, FastMathHint fast_math_hint) in FullyConnectedLayerNode()
40 void FullyConnectedLayerNode::set_fast_math_hint(FastMathHint hint) in set_fast_math_hint()
45 FastMathHint FullyConnectedLayerNode::fast_math_hint() const in fast_math_hint()
DFusedConvolutionBatchNormalizationWithPostOpsNode.cpp38FastMathHint fast_math_hint) in FusedConvolutionBatchNormalizationWithPostOpsNode()
60 void FusedConvolutionBatchNormalizationWithPostOpsNode::set_fast_math_hint(FastMathHint hint) in set_fast_math_hint()
65 FastMathHint FusedConvolutionBatchNormalizationWithPostOpsNode::fast_math_hint() const in fast_math_hint()
DFusedConvolutionBatchNormalizationNode.cpp38FastMathHint fast_math_hint, in FusedConvolutionBatchNormalizationNode()
61 void FusedConvolutionBatchNormalizationNode::set_fast_math_hint(FastMathHint hint) in set_fast_math_hint()
66 FastMathHint FusedConvolutionBatchNormalizationNode::fast_math_hint() const in fast_math_hint()
DConvolutionLayerNode.cpp38 FastMathHint fast_math_hint, in ConvolutionLayerNode()
56 void ConvolutionLayerNode::set_fast_math_hint(FastMathHint hint) in set_fast_math_hint()
61 FastMathHint ConvolutionLayerNode::fast_math_hint() const in fast_math_hint()
DFusedConvolutionWithPostOpNode.cpp38 FastMathHint fast_math_hint, in FusedConvolutionWithPostOpNode()
56 void FusedConvolutionWithPostOpNode::set_fast_math_hint(FastMathHint hint) in set_fast_math_hint()
61 FastMathHint FusedConvolutionWithPostOpNode::fast_math_hint() const in fast_math_hint()
/external/ComputeLibrary/arm_compute/graph/
DGraphBuilder.h159 …ConvolutionMethod method = ConvolutionMethod::Default, FastMathHint fast_math_hint = FastMathHint:…
306FastMathHint fast_math_hint = FastMathHint::Disabled);
327FastMathHint fast_math_hint = FastMathHint::Disabled);
DTypePrinter.h262 inline ::std::ostream &operator<<(::std::ostream &os, const FastMathHint &hint)
266 case FastMathHint::Enabled:
269 case FastMathHint::Disabled:
DTypes.h143 enum class FastMathHint enum
/external/ComputeLibrary/utils/
DCommonGraphOptions.cpp91 …os << "Fast math enabled? : " << (common_params.fast_math_hint == FastMathHint::Enabled ? true_str… in operator <<()
196FastMathHint fast_math_hint_value = options.fast_math_hint->value() ? FastMathHint::Enabled : Fast… in consume_common_graph_parameters()
212 …th_hint = options.fast_math_hint->is_set() ? fast_math_hint_value : FastMathHint::Disabled; in consume_common_graph_parameters()
DCommonGraphOptions.h104 arm_compute::graph::FastMathHint fast_math_hint{ arm_compute::graph::FastMathHint::Disabled };
/external/ComputeLibrary/examples/
Dgraph_edsr.h698 FastMathHint::Disabled, in setup()
715 FastMathHint::Disabled, in setup()
746 FastMathHint::Disabled, in setup()
777 FastMathHint::Disabled, in setup()
808 FastMathHint::Disabled, in setup()
839 FastMathHint::Disabled, in setup()
870 FastMathHint::Disabled, in setup()
901 FastMathHint::Disabled, in setup()
932 FastMathHint::Disabled, in setup()
963 FastMathHint::Disabled, in setup()
[all …]
/external/ComputeLibrary/src/graph/mutators/
DGroupedConvolutionMutator.cpp46 …o conv_info, ConvolutionMethod method, ActivationLayerInfo fused_act, FastMathHint fast_math_hint,… in create_grouped_convolution()
145 const FastMathHint fast_math_hint = conv_node->fast_math_hint(); in mutate()
DNodeFusionMutator.cpp110 FastMathHint fast_math_hint = conv_node->fast_math_hint(); in fuse_convolution_with_batch_normalization()
595 FastMathHint fast_math_hint = conv_node->fast_math_hint(); in fuse_convolution_with_post_ops()
695 FastMathHint fast_math_hint = conv_node->fast_math_hint(); in fuse_convolution_batch_normalization_with_post_ops()
/external/ComputeLibrary/src/graph/
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()
/external/ComputeLibrary/arm_compute/graph/backends/
DFunctionHelpers.h239 const bool fast_math = node.fast_math_hint() == FastMathHint::Enabled; in create_fused_convolution_batch_normalization_layer()
484 const bool fast_math = node.fast_math_hint() == FastMathHint::Enabled; in create_convolution_layer()
666 const bool fast_math = node.fast_math_hint() == FastMathHint::Enabled; in create_fused_convolution_batch_normalization_with_post_op()
1187 fc_info.enable_fast_math = (node.fast_math_hint() == FastMathHint::Enabled); in create_fully_connected_layer()
DValidateHelpers.h156 const bool fast_math = node.fast_math_hint() == FastMathHint::Enabled; in validate_convolution_layer()