Home
last modified time | relevance | path

Searched defs:ExpOp (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dmath.cu196 template <typename T> struct ExpOp : unary_function<T, T> struct
198 __device__ __forceinline__ T operator ()(T x) const in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda4dnn/primitives/
H A Dactivation.hpp345 class ExpOp final : public CUDABackendNode { class
349 ExpOp(csl::Stream stream_, T nScale_, T nShift_) in ExpOp() function in cv::dnn::cuda4dnn::ExpOp
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_arithm.cpp1019 struct ExpOp : public BaseElemWiseOp struct
1021 ExpOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0)) {} in ExpOp() argument
1022 int getRandomType(RNG& rng) in getRandomType()
1026 void getValueRange(int depth, double& minval, double& maxval) in getValueRange()
1031 void op(const vector<Mat>& src, Mat& dst, const Mat&) in op()
1035 void refop(const vector<Mat>& src, Mat& dst, const Mat&) in refop()
1039 double getMaxErr(int depth) in getMaxErr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp437 class ExpOp : public UnaryExponentialFunc<ExpOp> class
440 ExpOp (GeneratorState& state, ConstValueRangeAccess valueRange) in ExpOp() function in rsg::ExpOp
/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dop_code.hpp98 ExpOp, // exp(variable) enumerator
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/
H A Dop_code_var.hpp430 ExpOp, // unary exp enumerator
/dports/devel/py-pyparsing2/pyparsing-2.4.7/
H A DunitTests.py1653 class ExpOp(BinOp): class
/dports/devel/py-pyparsing/pyparsing-3.0.6/tests/
H A Dtest_unit.py2278 class ExpOp(BinOp): class