Home
last modified time | relevance | path

Searched refs:string_from_activation_func (Results 1 – 17 of 17) sorted by relevance

/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplateActivation.cpp135 const auto f_act = lower_string(string_from_activation_func(_attributes.activation())); in get_tag_lut()
/external/ComputeLibrary/src/core/CL/
DCLUtils.cpp143 …o act_type = slot_prefix + "_ACTIVATION_TYPE=" + lower_string(string_from_activation_func(_post_o… in set_post_ops_cl_build_options()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClMulKernel.cpp204 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_info.act… in configure()
369 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_info.act… in configure()
DClActivationKernel.cpp128 build_opts.add_option("-DACT=" + lower_string(string_from_activation_func(f_act))); in configure()
DClIndirectConv2dKernel.cpp218 …build_options.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_funct… in configure()
DClWinogradOutputTransformKernel.cpp166 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_info.act… in configure()
DClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp251 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(gemm_info.ac… in configure()
DClGemmMatrixMultiplyReshapedKernel.cpp269 …activation_info.enabled(), "-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(gemm_in… in configure()
DClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp335 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(gemm_info.ac… in configure()
DClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp278 …activation_info.enabled(), "-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(gemm_in… in configure()
DClGemmMatrixMultiplyNativeKernel.cpp307 …activation_info.enabled(), "-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(gemm_in… in configure()
DClElementwiseKernel.cpp280 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(_act_info.ac… in configure_common()
DClDirectConv2dKernel.cpp283 …build_options.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_funct… in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLBatchNormalizationLayerKernel.cpp149 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_info.act… in configure()
DCLDepthwiseConvolutionLayerNativeKernel.cpp243 …build_opts.add_option("-DACTIVATION_TYPE=" + lower_string(string_from_activation_func(act_function… in configure()
/external/ComputeLibrary/src/core/
DUtils.cpp163 const std::string &string_from_activation_func(ActivationLayerInfo::ActivationFunction act) in string_from_activation_func() function
/external/ComputeLibrary/arm_compute/core/
DUtils.h877 const std::string &string_from_activation_func(ActivationLayerInfo::ActivationFunction act);