Searched
full:weights (Results
901 -
925 of
1517) sorted by null
<<31323334353637383940>>
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
I04Dns2x4Ftr.h | 53 /** look up table of weights */
|
I04Tld2x4Ftr.h | 53 /** look up table of weights */
|
Sequence.h | 64 /** array of weights (0.16); value 1.0 is saturated to 0xFFFF */
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
autoregressive.py | 44 this property by zeroing out weights in its `masked_dense` layers.
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
gmm_ops_test.py | 148 # Experiment 1. Update weights only.
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
initializers.py | 32 """Returns an initializer performing "Xavier" initialization for weights.
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
debug_test.py | 401 """Tests loss calculation with weights.""" 414 # 4 rows, with different weights. 709 """Tests loss calculation with weights.""" 722 # 4 rows, with different weights.
|
svm.py | 105 weights. It is used to down weight or boost examples during training. It
|
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
identify_lstm_merge_inputs.cc | 73 string merged_weights = AvailableArrayName(*model, base_name + "weights");
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
quantize_graph_test.py | 131 # Check to see if FakeQuant operations for weights have the right bits
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
gru_ops.py | 151 share weights, but to avoid mistakes we require reuse=True in such
|
/external/tensorflow/tensorflow/contrib/tensor_forest/ops/ |
model_ops.cc | 168 input_weights: The training batch's eample weights as a 1-d tensor.
|
/external/tensorflow/tensorflow/docs_src/get_started/ |
checkpoints.md | 163 2. The Estimator initializes the weights of the new model from the data
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
estimators.md | 164 keras_inception_v3 = tf.keras.applications.inception_v3.InceptionV3(weights=None)
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
freeze.py | 111 # Create the model and load its weights.
|
/external/tensorflow/tensorflow/examples/udacity/ |
3_regularization.ipynb | 238 "Introduce and tune L2 regularization for both logistic and neural network models. Remember that L2 amounts to adding a penalty on the norm of the weights to the loss. In TensorFlow, you can compute the L2 loss for a tensor `t` using `nn.l2_loss(t)`. The right amount of regularization should improve your validation / test accuracy.\n",
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/ |
imagenet_utils_test.py | 100 weights='imagenet')
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
core.py | 731 passed as the `activation` argument, `kernel` is a weights matrix 758 kernel_initializer: Initializer for the `kernel` weights matrix. 761 the `kernel` weights matrix. 766 the `kernel` weights matrix.
|
/external/tensorflow/tensorflow/python/ops/ |
template.py | 428 def weights(self): member in class:Template 429 """List of weights/variables created by the Template.""" 434 """List of trainable weights/variables created by the Template.""" 439 """List of non-trainable weights/variables created by the Template."""
|
/external/tensorflow/tensorflow/python/training/ |
slot_creator.py | 74 # here can be "linear//weights/Adam:0", while primary.op.name is
|
/external/tensorflow/tensorflow/tools/dist_test/scripts/ |
dist_test.sh | 24 # e.g., weights and biases of the NN layers, while the workers will hold the
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
nsx_core_c.c | 194 //combine the indicator function with the feature weights
|
/frameworks/ml/nn/common/include/ |
OperationsUtils.h | 205 const Shape& weights,
|
/frameworks/native/include/input/ |
VelocityTracker.h | 142 // No weights applied. All data points are equally reliable.
|
/libcore/ojluni/src/main/java/java/util/ |
DoubleSummaryStatistics.java | 52 * maximum, sum, and average of their weights.
|
Completed in 803 milliseconds
<<31323334353637383940>>