Home
last modified time | relevance | path

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

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