HomeSort by relevance Sort by last modified time
    Searched defs:expectation (Results 1 - 25 of 34) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
monte_carlo_impl.py 19 @@expectation
34 'expectation',
197 def expectation(f, samples, log_prob=None, use_reparametrization=True, function
201 This function computes the Monte-Carlo approximation of an expectation, i.e.,
218 expectation, i.e.,
257 approx_kl_normal_normal = bf.expectation(
273 approx_kl_gamma_gamma = bf.expectation(
315 Default value: `None` (which implies "expectation").
327 with ops.name_scope(name, 'expectation', [samples]):
  /cts/tools/utils/
VogarUtils.java 17 import vogar.Expectation;
55 Expectation expectation = expectationStore.get(fullTestName); local
56 if (expectation.getResult() == Result.SUCCESS) {
60 String description = expectation.getDescription();
63 return expectation.getResult() != Result.SUCCESS && !foundAbi;
97 * @return The Set of supported abis parsed from the {@code expectation}'s description.
99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) {
101 if (expectation == null || expectation.getDescription().isEmpty())
126 Expectation expectation = expectationStore.get(fullTestName); local
    [all...]
DescriptionGenerator.java 42 import vogar.Expectation;
139 Log.e("Couldn't load expectation store.", e);
577 Expectation expectation = expectationStore.get( local
580 VogarUtils.extractSupportedAbis(architecture, expectation);
581 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectation);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AttachedContextActivity.java 58 final FillExpectation expectation = new FillExpectation(input); local
59 mInput.addTextChangedListener(expectation.mInputWatcher);
60 return expectation;
PreSimpleSaveActivity.java 63 final FillExpectation expectation = new FillExpectation(input); local
64 mPreInput.addTextChangedListener(expectation.mInputWatcher);
65 return expectation;
MutableAutofillIdTest.java 138 final FillExpectation expectation = mActivity.expectAutofill() local
141 expectation.assertAutoFilled();
PartitionedActivityTest.java 434 // Must set text before creating expectation, and it must be a subset of the dataset values,
498 // Must set text before creating expectation, and it must be a subset of the dataset values,
1306 final FillExpectation expectation = mActivity.expectAutofill(); local
2077 final FillExpectation expectation = mActivity.expectAutofill(); local
2310 final FillExpectation expectation = mActivity.expectAutofill() local
    [all...]
SimpleSaveActivity.java 115 final FillExpectation expectation = new FillExpectation(input, null); local
116 mInput.addTextChangedListener(expectation.mInputWatcher);
117 return expectation;
121 final FillExpectation expectation = new FillExpectation(input, password); local
122 mInput.addTextChangedListener(expectation.mInputWatcher);
123 mPassword.addTextChangedListener(expectation.mPasswordWatcher);
124 return expectation;
  /external/vogar/src/vogar/
AnnotatedOutcome.java 29 * with, if applicable, and the expectation for this test, so that result value information is
39 private final Expectation expectation; field in class:AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) {
45 this.expectation = expectation;
62 return outcome.getResultValue(expectation);
68 previousResultValues.add(previousOutcome.getResultValue(expectation));
ExpectationStore.java 45 * <p>If an outcome matches both an outcome expectation and a failure
46 * expectation, the outcome expectation will be returned.
52 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>();
53 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>();
61 * returns a value for all names, even if no explicit expectation was set.
63 public Expectation get(String name) {
64 Expectation byName = getByNameOrPackage(name)
95 Expectation expectation = outcomes.get(name); local
207 Expectation expectation = local
    [all...]
OutcomeStore.java 72 Expectation expectation = expectationStore.get(outcome); local
73 result.put(entry.getKey(), new AnnotatedOutcome(outcome, expectation));
XmlReportPrinter.java 104 Expectation expectation = expectationStore.get(outcome); local
105 if (!expectation.matches(outcome)) {
151 Expectation expectation = expectationStore.get(outcome); local
152 if (!expectation.matches(outcome)) {
Driver.java 152 Expectation expectation = run.expectationStore.get(action.getName()); local
153 boolean useLargeTimeout = expectation.getTags().contains("large");
223 Expectation expectation = run.expectationStore.get(outcome); local
224 ResultValue resultValue = outcome.getResultValue(expectation);
238 run.console.printResult(outcome.getName(), result, resultValue, expectation); local
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 28 * with, if applicable, and the expectation for this test, so that result value information is
38 private final Expectation expectation; field in class:AnnotatedOutcome
47 AnnotatedOutcome(Outcome outcome, Expectation expectation,
53 this.expectation = expectation;
70 return outcome.getResultValue(expectation);
76 previousResultValues.add(previousOutcome.getResultValue(expectation));
100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation);
    [all...]
ExpectationStore.java 51 * <p>If an outcome matches both an outcome expectation and a failure
52 * expectation, the outcome expectation will be returned.
60 /** The expectation of a general successful run. */
61 private static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN,
66 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>();
67 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>();
107 Expectation expectation = outcomes.get(name); local
244 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); local
    [all...]
  /cts/tests/core/runner/src/com/android/cts/core/runner/
ExpectationBasedFilter.java 30 import vogar.Expectation;
106 Expectation expectation = expectationStore.get(testName); local
107 if (expectation.getResult() != Result.SUCCESS) {
109 + " as it matches expectation: " + expectation);
  /external/junit/src/main/java/org/junit/rules/
ExpectedException.java 267 String expectation= StringDescription.toString(matcherBuilder.build()); local
268 return format(missingExceptionMessage, expectation);
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 1646 std::ostringstream expectation; local
1679 std::ostringstream expectation; local
1764 std::ostringstream expectation; local
1790 std::ostringstream expectation; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 399 } expectation[] = {{2, kAudioFrameCN}, local
418 EXPECT_EQ(expectation[num_calls - 1].ix, i);
419 EXPECT_EQ(expectation[num_calls - 1].type, packet_cb_.last_frame_type())
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 

Completed in 5974 milliseconds

1 2