/external/tensorflow/tensorflow/core/graph/ |
quantize_training_test.cc | 99 EMA_Q EMA_Q <- these are subgraphs that estimate moving average. 379 // Since relu's range is unknown, we check that the exponential moving average 429 // Now when we run with new inputs, we should get a moving average for the min 473 // Since relu's range is unknown, we check that the exponential moving average 523 // Now when we run with new inputs, we should get a moving average for the min
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
adaptive_shared_batch_scheduler.h | 76 // an exponentially weighted moving average to smooth noisy feedback: 138 // adjusted using an exponentially weighted moving average over the previous 227 // Exponentially weighted moving average of 254 // Average batch latency for previous value of in_flight_batches_limit_. 489 // Occasionally adjust in_flight_batches_limit_ to minimize average latency.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/ |
isac.h | 112 * short-term average bit rate. 246 * This function sets the limit on the short-term average bit-rate and the 248 * rate, an average bit-rate between 10000 to 32000 bps is valid and a 249 * frame-size of 30 or 60 ms is acceptable. At 32 kHz, an average bit-rate 254 * - rate : limit on the short-term average bit rate,
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_unittest_ios.cc | 63 // Average number of audio callbacks per second assuming 10ms packet size. 786 // one packet on average. However, under more realistic conditions, the size 790 // (max and average) of the FIFO. The size of the FIFO is increased by the 814 // Measures loopback latency and reports the min, max and average values for 820 // - Store time differences in a vector and calculate min, max and average. [all...] |
/external/webrtc/webrtc/modules/audio_processing/aec/ |
system_delay_unittest.cc | 239 // the average. 273 // average through Process(). 548 // and then 2 * |kDeviceBufMs|, hence the size is constant on the average. The 553 // delay estimate goes up when the system delay goes down to meet the average 585 // Check for non-causality, compared with the average device buffer
|
/external/webrtc/webrtc/modules/video_coding/ |
media_opt_util.cc | 113 // We set the max number of frames to base the FEC on so that on average 273 // Threshold on packetLoss and bitRrate/frameRate (=average #packets), 293 // Average number of packets per frame (source and fec): 437 // Average bits per frame (units of kbits) 579 // Update the recursive average filter.
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
EcdsaTest.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtUtils.java | 365 * Get the average width of the font used by the given control 368 * @param font the font to look up the average character width for 369 * @return the average width, in pixels, of the given font 381 * Get the average width of the given font 384 * @return the average width, in pixels, of the current font in the control
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
PowerBaseTest.py | 300 ('Measured average current in [{}]: {}, which is ' 356 avg_current: the average current of the test 464 throughput: the average throughput during tests. 472 # Calculate the average throughput 481 self.log.info('The average throughput is {}'.format(throughput))
|
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 105 <gd:rating min='1' max='5' numRaters='65183' average='4.92'></gd:rating> 183 <gd:rating min='1' max='5' numRaters='60422' average='4.92'></gd:rating> 252 <gd:rating min='1' max='5' numRaters='47602' average='4.92'></gd:rating> 321 <gd:rating min='1' max='5' numRaters='5035' average='4.92'></gd:rating> 396 <gd:rating min='1' max='5' numRaters='4741' average='4.93'></gd:rating> 468 <gd:rating min='1' max='5' numRaters='26323' average='4.90'></gd:rating> 520 <gd:rating min='1' max='5' numRaters='5328' average='4.91'></gd:rating> [all...] |
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
ams_tmd2772.c | 525 uint16_t average = mData.calibrationSampleTotal / mData.calibrationSampleCount; local 526 uint16_t crosstalk = (average > 0x7f) ? 0x7f : average;
|
/external/aac/libSACenc/src/ |
sacenc_onsetdetect.cpp | 155 hOnset->avgEnergyDistance = 16; /* average energy distance */ 190 hOnset->avgEnergyDistance = 16; /* average energy distance */ 346 /* Calculate average of past M energy values */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport.java | 399 buf.append("Average fixed k: "); buf.append(data.avgk); 407 // buf.append("Average acyclic DFA states: "); buf.append(fields[15]); 417 // buf.append("Average cyclic DFA states: "); buf.append(fields[20]);
|
/external/deqp/modules/gles2/performance/ |
es2pTextureUploadTests.cpp | 278 log << TestLog::Float("AverageFrameTime", "Average frame duration in measurement\t", "us", QP_KEY_TAG_PERFORMANCE, (float)avgFrameTime); 279 log << TestLog::Float("AverageTexelPerf", "Average texel upload performance\t\t", "MTex/s", QP_KEY_TAG_PERFORMANCE, (float)avgMTexelsPerSeconds); 280 log << TestLog::Float("AverageTexelTime", "Average texel upload duration\t\t", "ns", QP_KEY_TAG_PERFORMANCE, (float)avgTexelDrawDurationNs);
|
/external/iproute2/tc/ |
em_meta.c | 54 "Load average in last minute"), 56 "Load average in last 5 minutes"), 58 "Load average in last 15 minutes"),
|
/external/llvm/test/MC/Hexagon/instructions/ |
xtype_alu.s | 262 # Vector average halfwords 280 # Vector average unsigned bytes 286 # Vector average words
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
resnet_v1.py | 167 global_pool: If True, we perform global average pooling before computing the 184 average pooling. If num_classes is not None, net contains the pre-softmax 209 # Global average pooling.
|
resnet_v2.py | 169 global_pool: If True, we perform global average pooling before computing the 188 average pooling. If num_classes is not None, net contains the pre-softmax 223 # Global average pooling.
|
/external/tensorflow/tensorflow/core/kernels/ |
random_poisson_op.cc | 245 // For rate < 10, on average, O(rate) calls to uniform are 247 // many multiplies. ~10 uniform calls on average with ~25 cost op calls. 261 // We assume that half the tensor has rate < 10, so on average 6
|
sparse_conditional_accumulator.h | 34 * TryTakeGrad logs an attempt to read the average gradient. The attempt is 38 * (1) the value of the average gradient is returned 338 // Option 2: average element-wise
|
summary_op_test.cc | 185 "Count: 6 Average: 2.7500 StdDev: 2.20\n" 213 "Count: 6 Average: 2.7500 StdDev: 2.20\n" 242 "Count: 6 Average: 2.7502 StdDev: 2.20\n"
|
/external/tensorflow/tensorflow/examples/tutorials/word2vec/ |
word2vec_basic.py | 204 # Compute the average NCE loss for the batch. 282 # The average loss is an estimate of the loss over the last 2000 batches. 283 print('Average loss at step ', step, ': ', average_loss)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/ |
isacfix.h | 100 * average bit rate. 360 * This function sets the limit on the short-term average bit rate and the 365 * - rate : limit on the short-term average bit rate,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.c | 140 /* Calculate average level change */ 147 /* Find average pitch gain */ 192 /* Calculate average level change */
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
ColorCutQuantizer.java | 57 * requested number of colors. An average color is then generated from each cube. 179 // Finally, return the average colors of the color boxes 389 * @return the average color of this box.
|