Home
last modified time | relevance | path

Searched defs:sigmoid (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
H A Dscore_calibration.cc98 Sigmoid sigmoid; in SigmoidFromLabelAndLine() local
141 for (const auto& sigmoid : sigmoid_parameters_.sigmoid) { in InitializeFromParameters() local
149 absl::optional<Sigmoid> sigmoid = FindSigmoidParameters(label); in ComputeCalibratedScore() local
H A Dscore_calibration.h81 : sigmoid(sigmoid), in sigmoid() function
86 std::vector<Sigmoid> sigmoid; member
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/remapper/
H A Dpass.cc65 Value sigmoid = op->getOperand(0); in matchAndRewrite() local
68 auto sigmoidOperandEqToX = [&](Value sigmoid, Value x) { in matchAndRewrite()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DActivation.cpp1260 const float sigmoid = in silu_backward_kernel() local
1283 const scalar_t sigmoid = in silu_backward_kernel() local
1288 const Vectorized<scalar_t> sigmoid = in silu_backward_kernel() local
1335 const float sigmoid = in mish_backward_kernel() local
1360 const scalar_t sigmoid = in mish_backward_kernel() local
1366 const Vec sigmoid = kOneVec / (kOneVec + x_vec.neg().exp()); in mish_backward_kernel() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/
H A DMPSCNNNeuronOp.mm44 + (MPSCNNNeuronSigmoid*)sigmoid { class
/aosp_15_r20/external/XNNPACK/bench/
H A Df32-vsigmoid.cc25 xnn_f32_vsigmoid_ukernel_function sigmoid, in f32_vsigmoid()
H A Df16-vsigmoid.cc26 xnn_f16_vsigmoid_ukernel_function sigmoid, in f16_vsigmoid()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/sofm/util/
H A DQuasiSigmoidDecayFunction.java33 private final Logistic sigmoid; field in QuasiSigmoidDecayFunction
/aosp_15_r20/external/executorch/backends/arm/operators/
H A Dop_sigmoid.py74 def sigmoid(x): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Ddecompose_silu.cpp35 auto sigmoid = g->insert(aten::sigmoid, {node->input(0)}); in DecomposeSilu() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
H A Dsigmoid.c135 pytorch_qnnp_operator_t sigmoid, in pytorch_qnnp_setup_sigmoid_nc_q8()
/aosp_15_r20/external/libopus/src/
H A Dmlp.h41 int sigmoid; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_swish_op_test.cc65 Node* sigmoid; in SwishGraph() local
/aosp_15_r20/external/XNNPACK/eval/
H A Df16-sigmoid-ulp.cc58 xnn_f16_unary_math_function sigmoid, in SigmoidError()
H A Df32-sigmoid-ulp.cc59 xnn_f32_unary_math_function sigmoid, in SigmoidError()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dactivations.py379 def sigmoid(x): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DActivationGluKernel.cu100 const opmath_t sigmoid = one / (one + std::exp(-b)); in glu_backward_kernel() local
H A DForeachUnaryOp.cu307 OP_CUSTOM_FUNCTOR(floating_complex_half_bfloat16, sigmoid, Sigmoid) in OP_CUSTOM_FUNCTOR() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dintroduce_floating_point_jitter_pass_test.cc123 Output sigmoid = ops::Sigmoid(root.WithOpName("sigmoid"), input); in TEST() local
/aosp_15_r20/external/pytorch/benchmarks/fuser/
H A Drun_benchmarks.py122 def sigmoid(a): function
/aosp_15_r20/external/pytorch/functorch/benchmarks/
H A Dpointwise_scorecard.py117 def sigmoid(a): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_caffe2.py348 def sigmoid(g: jit_utils.GraphContext, input): function
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/breakiter/
H A DLSTMBreakEngine.java276 static private void sigmoid(float [] result, int start, int length) { in sigmoid() method in LSTMBreakEngine
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/
H A DLSTMBreakEngine.java285 static private void sigmoid(float [] result, int start, int length) { in sigmoid() method in LSTMBreakEngine
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h901 auto sigmoid = getFixedQParamOpFusionInfo("aten::sigmoid", {}, false); in quant_fusion_pattern_and_replacements() local

123