HomeSort by relevance Sort by last modified time
    Searched full:sigmoid (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /external/tensorflow/tensorflow/python/kernel_tests/
cwise_ops_test.py 228 self._compareBoth(x, self._sigmoid, math_ops.sigmoid)
276 self._compareBoth(x, self._sigmoid, math_ops.sigmoid)
322 self._compareBoth(x, self._sigmoid, math_ops.sigmoid)
362 self._compareBoth(x, self._sigmoid, math_ops.sigmoid)
436 self._compareCpu(x, self._sigmoid, math_ops.sigmoid)
475 self._compareCpu(x, self._sigmoid, math_ops.sigmoid)
    [all...]
  /external/tensorflow/tensorflow/examples/udacity/
6_lstm.ipynb 549 " input_gate = tf.sigmoid(tf.matmul(i, ix) + tf.matmul(o, im) + ib)\n",
550 " forget_gate = tf.sigmoid(tf.matmul(i, fx) + tf.matmul(o, fm) + fb)\n",
553 " output_gate = tf.sigmoid(tf.matmul(i, ox) + tf.matmul(o, om) + ob)\n",
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.c 696 // Compute indicator function: sigmoid map.
711 // Compute indicator function: sigmoid map.
724 // Compute indicator function: sigmoid map.
    [all...]
  /external/tensorflow/tensorflow/python/ops/
math_ops.py 2266 def sigmoid(x, name=None): function
    [all...]
nn_test.py     [all...]
  /external/libopus/silk/
SigProc_FIX.h 180 /* Approximation of a sigmoid function */
    [all...]
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
head.py 453 probabilities = math_ops.sigmoid(logits, name=pred_keys.PROBABILITIES)
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
sdca_ops.py 282 result = math_ops.sigmoid(result)
  /external/tensorflow/tensorflow/docs_src/tutorials/
wide.md 432 (also known as the sigmoid function) \\(S(t) = 1/(1+\exp(-t))\\) being
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
callbacks_test.py 272 1, activation='sigmoid'),))
backend.py 3400 def sigmoid(x): function
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
recurrent.py     [all...]
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.backend.pbtxt 440 name: "sigmoid"
  /external/tensorflow/tensorflow/core/ops/
math_grad_test.cc 568 TEST_F(MathGradTest, Sigmoid) {
577 auto ans = SymGrad("Sigmoid", x);
    [all...]
  /external/tensorflow/tensorflow/tools/docs/
parser.py 884 location. Aka `master_name`. For example: `tf.nn.sigmoid`.
885 short_name: The last component of the `full_name`. For example: `sigmoid`.
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 178 sigmoid() const { function in class:Eigen::TensorBase
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
loss_functions.py 704 p = sigmoid(logits)
  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.cc 236 {"Sigmoid", Eigen::internal::functor_traits<
    [all...]
  /external/tensorflow/tensorflow/python/eager/
backprop.py 236 "Sigmoid",
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
head.py 387 This head by default uses sigmoid cross entropy loss, which expects as input
    [all...]
  /frameworks/ml/nn/runtime/include/
NeuralNetworks.h 731 * Computes sigmoid activation on the input tensor element-wise.
    [all...]
  /hardware/interfaces/neuralnetworks/1.0/
types.hal 707 * Computes sigmoid activation on the input tensor element-wise.
    [all...]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 265 REGISTER_GRADIENT_OP("Sigmoid", SigmoidGrad);
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
memory_optimizer.cc 58 "Rsqrt", "Sigmoid", "Sqrt", "Square", "SquaredDifference",
    [all...]
  /external/tensorflow/
RELEASE.md     [all...]

Completed in 604 milliseconds

1 2 3 4 56 7