Searched refs:SIGMOID (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/util/
H A Dactivation_mode.h32 SIGMOID = 1, enumerator in enum:tensorflow::ActivationMode
H A Dactivation_mode.cc28 *value = SIGMOID;
/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc76 SIGMOID, enumerator in enum:tensorflow::__anon25356::CWiseUnaryGradTest::UnaryOpType
156 case SIGMOID:
400 TestCWiseGrad<float, float>(SIGMOID, x_fn);
407 TestCWiseGrad<complex64, complex64>(SIGMOID, x_fn);
/external/opencv/ml/src/
H A Dmlsvm.cpp224 params->kernel_type == CvSVM::SIGMOID ? &CvSVMKernel::calc_sigmoid :
1217 kernel_type != SIGMOID && kernel_type != RBF )
1225 if( kernel_type != SIGMOID && kernel_type != POLY )
1687 if( params.kernel_type != CvSVM::POLY && params.kernel_type != CvSVM::SIGMOID )
1991 kernel_type == CvSVM::SIGMOID ? "SIGMOID" : 0;
2012 if( kernel_type == CvSVM::POLY || kernel_type == CvSVM::SIGMOID || !kernel_type_str )
2162 strcmp( kernel_type_str, "SIGMOID" ) == 0 ? CvSVM::SIGMOID : -1;
2604 if( kernel != CvSVM::POLY && kernel != CvSVM::SIGMOID )
[all...]
/external/opencv/ml/include/
H A Dml.h489 enum { LINEAR=0, POLY=1, RBF=2, SIGMOID=3 }; enumerator in enum:CvSVM::__anon17584

Completed in 171 milliseconds