Home
last modified time | relevance | path

Searched refs:observation (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dkalman_filter_test.py75 observation = array_ops.placeholder(shape=[1, 2], dtype=dtype)
97 observation=observation,
109 observation: [[float(i), float(i)]]})
162 self, state, state_var, observation, observation_model, observation_noise, argument
170 state, state_var, observation,
192 observation=constant_op.constant([[1.]]),
202 observation=constant_op.constant([[1.]]),
212 observation=constant_op.constant([[1., 1.]]),
223 observation=constant_op.constant([[1., 1., 3.]]),
265 observation = constant_op.constant([[
[all …]
Dkalman_filter.py77 observation, observation_model, observation_noise): argument
141 x=observation)
146 observation=observation,
213 observation, observation_model, argument
240 residual = observation - observed_mean
Dstate_space_model.py416 observation=current_values,
526 observation = layers.fully_connected(
535 observation=observation,
/external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
Dtimeseries.go169 func (ts *timeSeries) Add(observation Observable) {
170 ts.AddWithTime(observation, ts.clock.Time())
174 func (ts *timeSeries) AddWithTime(observation Observable, t time.Time) {
186 ts.pending.CopyFrom(observation)
192 ts.pending.Add(observation)
195 ts.mergeValue(observation, t)
200 func (ts *timeSeries) mergeValue(observation Observable, t time.Time) {
208 level.buckets[bucketNumber].Add(observation)
211 ts.total.Add(observation)
459 func (ts *timeSeries) resetObservation(observation Observable) Observable {
[all …]
/external/v8/tools/
Drun-llprof.sh44 Executes <benchmark_command> under observation by the kernel's "perf" \
Drun-perf.sh24 Executes <benchmark_command> under observation by Linux perf.
/external/v8/src/compiler/
Dstore-store-elimination.cc263 UnobservableStore observation = {stored_to->id(), offset}; in RecomputeSet() local
264 bool isNotObservable = uses.Contains(observation); in RecomputeSet()
285 return uses.Add(observation, temp_zone()); in RecomputeSet()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dsunk-compare.ll4 ; observation that compares that are sunk into the basic blocks where
/external/zlib/src/doc/
Dtxtvsbin.txt59 The first observation is that, although the full range of 7-bit codes
70 The second observation is that most of the binary files tend to contain
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt119 performance from the observation of a buffer upload completion (a return from a
120 glBuffer(Sub)Data / glUnmap) to observation of finished rendering. This combined rate of
/external/wycheproof/doc/
Dindex.md38 An example for this was the following observation: When using AES-GCM then
/external/eigen/doc/
DFunctionsTakingEigenTypes.dox94 … a function computing the covariance matrix of two input matrices where each row is an observation:
/external/swiftshader/docs/
DReactor.md39 …ile still resorting to static compilation for anything else. A crucial observation is that the dev…
/external/icu/icu4c/source/data/lang/
Dda.txt748 islamic-rgsa{"islamisk kalender (Saudi-Arabien, observation)"}
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSpeculativeLoadHardening.md121 expect to continue discovering more. Instead, it prevents the observation of
514 harden the loaded value to prevent observation, or we can harden the address
/external/google-benchmark/
DREADME.md586 observation, e.g. because you have some real-time constraints. This is easy.
/external/libcxx/utils/google-benchmark/
DREADME.md586 observation, e.g. because you have some real-time constraints. This is easy.
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst1557 threads. Adding to the pressure is the observation that the monstrous functions
/external/swiftshader/third_party/subzero/
DDESIGN.rst1557 threads. Adding to the pressure is the observation that the monstrous functions
/external/brotli/tests/testdata/
Dlcet10.txt1117 These examples served to underscore MICHELSON's observation re the
1138 Reiterating an observation made by VECCIA, that AM is an archival
1348 FREEMAN conceded the correctness of GREENFIELD's observation as applied
1361 observation that the individual teacher and the use of a creative
2470 opened his talk with the general observation that networked information
Dasyoulik.txt1532 With observation, the which he vents
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dnorthamerica2490 # observation of Daylight Saving Time.
/external/curl/
DCHANGES1077 given this observation it's a pretty safe assumption that there is some
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt2153 觀測 < \(scientific\,\-etc\)\-observation;
4260 觀測衛星 < observation\-satellite;
22351 觀測衛星 > observation\-satellite;
26323 觀測 > \(scientific\,\-etc\)\-observation;
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx7706 creates subroutines, the definition presented here is based on the observation

12