Home
last modified time | relevance | path

Searched defs:logistic (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/detail/
DNEActivationFunctionDetail.h149 struct logistic struct
160 explicit logistic(ActivationLayerInfo act_info) in logistic() function
170 void operator()(ExactType &vval) in operator()
179 void operator()(T &val) in operator()
185 const ExactType vone;
/external/tensorflow/tensorflow/compiler/xla/service/
Dlogistic_expander.cc41 HloInstruction* ExpandLogisticWithTanh(HloInstruction* logistic) { in ExpandLogisticWithTanh()
57 HloInstruction* ExpandLogisticWithExp(HloInstruction* logistic) { in ExpandLogisticWithExp()
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h397 logistic() const in logistic() function
/external/eigen/test/
Dpacketmath.cpp838 internal::scalar_logistic_op<Scalar> logistic; in packetmath_real() local