HomeSort by relevance Sort by last modified time
    Searched defs:Rate (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/rate/
rate.py 15 """Implementation of tf.contrib.rate module."""
36 class Rate(object):
37 """Computes the rate of change since the last rate call."""
71 values: The numerator for rate.
72 denominator: Value to which the rate is taken with respect.
94 **kwargs: A mini-batch of inputs to Rate, passed on to `call()`.
124 """Computes the rate since the last call.
128 denominator: Measure to take the rate with respect to.
131 The rate or 0 if denominator is unchanged since last call
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.cc 56 uint32_t RateStatistics::Rate(int64_t now_ms) {
  /external/libnl/python/netlink/
util.py 150 class Rate(object):
151 def __init__(self, rate, mode=NL_BYTE_RATE):
152 self._rate = rate
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DwEmmcDxe.c 143 UINT32 Divider, Rate, Data;
148 Rate = PcdGet32 (PcdDwEmmcDxeClockFrequencyInHz);
149 if ((Rate / (2 * Divider)) <= ClockFreq) {
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 251 {"Rate", CFXJSE_FormCalcContext::Rate},
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 405 Rate,
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 51 #define GetMediaNextInterestingTimeOnly(media, flags, time, rate, rv) GetMediaNextInterestingTime(media, flags, time, rate, rv, NULL)
3074 Fixed rate; local
3254 Fixed rate; local
4492 Fixed rate; local
5661 Fixed rate; local
5693 Fixed rate; local
6496 Fixed rate; local
14313 Fixed rate; local
22535 Fixed rate; local
23276 Fixed rate; local
23609 Fixed rate; local
23832 Fixed rate; local
    [all...]

Completed in 6595 milliseconds