HomeSort by relevance Sort by last modified time
    Searched full:average (Results 901 - 925 of 2435) sorted by null

<<31323334353637383940>>

  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 132 * a direction describing the average slope of the surfaces that the box is resting on.
307 // average direction of obstruction.
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SensorManagerFacade.java 254 @RpcParameter(name = "sampleSize", description = "number of samples for calculating average readings") @RpcDefault("5") Integer sampleSize) {
486 throw new IllegalStateException("No values to average.");
  /external/speex/include/speex/
speex.h 124 /** Set Average Bit-Rate (ABR) to n bits per seconds */
126 /** Get Average Bit-Rate (ABR) setting (in bps) */
  /external/syslinux/com32/lib/zlib/
algorithm.txt 86 those cases, the table ended up one bit longer than the ``average'' code
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
  /external/syslinux/gpxe/src/net/80211/
rc80211.c 62 * In deciding which rates are best, we find the weighted average of
65 * The weighted average is called "net goodness" and is also a number
  /external/tensorflow/tensorflow/compiler/tests/
pooling_ops_test.py 269 # Average pooling
469 del outputs # Unused by average-pooling gradients.
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
prediction_ops.cc 145 "Average last n trees must be a positive number"));
153 "Average last percent must be in (0,1] interval."));
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
optimizers.py 313 """Find max_norm given norm and previous average."""
354 Keeps a moving average of the mean and std of the log(norm) of the gradient.
  /external/tensorflow/tensorflow/contrib/mpi_collectives/
mpi_ops_test.py 94 summed = mpi.allreduce(tensor, average=False)
138 summed = mpi.allreduce(tensor, average=False)
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 15 """Wrapper optimizer for Elastic Average SGD """
107 """Wrapper optimizer that implements the Elastic Average SGD algorithm.
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 316 snprintf(buf, sizeof(buf), "Count: %lld, Average: ", num_elem_);
318 r.append(strings::HumanReadableNumBytes(Average()));
  /external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm.cc 51 // Running average and the second moment.
94 // xB is the average of up to 256 elements.
range_sampler_test.cc 268 // and with the average observed frequencies over the set of batches.
303 // Check that the computed expected count agrees with the average observed
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
using_tpu.md 205 average of the metric value, while the second updates the running average and
  /external/tensorflow/tensorflow/python/estimator/canned/
baseline.py 181 This classifier ignores feature values and will learn to predict the average
284 This regressor ignores feature values and will learn to predict the average
  /external/tensorflow/tensorflow/python/keras/layers/
__init__.py 92 from tensorflow.python.keras._impl.keras.layers.merge import Average
98 from tensorflow.python.keras._impl.keras.layers.merge import average
  /external/tensorflow/tensorflow/python/training/
sync_replicas_optimizer_test.py 127 # the new values after the average of the gradients are applied.
207 # gradients. The variables should now have the new values after the average
  /external/webrtc/webrtc/call/
rampup_tests.cc 304 ReportResult("ramp-up-average-network-latency",
423 ReportResult("ramp-up-down-up-average-network-latency",
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 189 // about the video stream produced by the encoder, for instance the average
324 // average frame rate and bit rate.
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.h 294 // Update rolling average of packets per frame.
380 // Estimated rolling average of packets per frame
  /external/webrtc/webrtc/video/
full_stack_plot.py 194 Skips None values when calculating the average value.
311 type=int, help="Cycle length over which to average the values.")
  /external/xz-embedded/linux/lib/
decompress_unxz.c 54 * quite a bit smaller though; to be safe, let's assume that an average
76 * per chunk, each chunk having average payload size of 32 KiB); and
  /external/zlib/src/doc/
algorithm.txt 86 those cases, the table ended up one bit longer than the ``average'' code
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 299 float aver_mad; /* so-far average mad could replace sum_mad */
300 float aver_mad_prev; /* previous average mad */
  /frameworks/native/cmds/dumpstate/
dumpstate.h 90 * it's adjusted after each dumpstate run by storing the average duration in a file.
106 * This constant is only used when the average duration from previous runs cannot be used.

Completed in 788 milliseconds

<<31323334353637383940>>