Home
last modified time | relevance | path

Searched refs:hypothesis (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/python/kernel_tests/
Dedit_distance_op_test.py48 hypothesis=hypothesis_st, truth=truth_st, normalize=normalize)
59 hypothesis, argument
67 max(h, t) for h, t in tuple(zip(hypothesis[2], truth[2]))[:-1]
75 *[ConstantOf(x) for x in hypothesis]),
88 *[ConstantOf(x) for x in hypothesis]),
105 hypothesis=(hypothesis_indices, hypothesis_values, hypothesis_shape),
120 hypothesis=(hypothesis_indices, hypothesis_values, hypothesis_shape),
140 hypothesis=(hypothesis_indices, hypothesis_values, hypothesis_shape),
146 hypothesis=(hypothesis_indices, hypothesis_values, hypothesis_shape),
164 hypothesis=(hypothesis_indices, hypothesis_values, hypothesis_shape),
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EditDistance.pbtxt6 The indices of the hypothesis list SparseTensor.
13 The values of the hypothesis list SparseTensor.
20 The shape of the hypothesis list SparseTensor.
51 // hypothesis represents a 2x1 matrix with variable-length values:
75 output = [[inf, 1.0], // (0,0): no truth, (0,1): no hypothesis
76 [0.5, 1.0]] // (1,0): addition, (1,1): no hypothesis
/external/oss-fuzz/docs/getting-started/new-project-guide/
Dpython_lang.md106 Using [Hypothesis](https://hypothesis.readthedocs.io/), the Python library for
107 [property-based testing](https://hypothesis.works/articles/what-is-property-based-testing/),
109 or [by using test functions as fuzz harnesses](https://hypothesis.readthedocs.io/en/latest/details.…
115 We recommend using the [`hypothesis write`](https://hypothesis.readthedocs.io/en/latest/ghostwriter…
119 See [here for the core "strategies"](https://hypothesis.readthedocs.io/en/latest/data.html),
120 for arbitrary data, [here for Numpy + Pandas support](https://hypothesis.readthedocs.io/en/latest/n…
121 or [here for a variety of third-party extensions](https://hypothesis.readthedocs.io/en/latest/strat…
130 RUN pip3 install hypothesis
/external/python/cryptography/tests/hypothesis/
Dtest_fernet.py5 from hypothesis import HealthCheck, given, settings
6 from hypothesis.strategies import binary
Dtest_padding.py5 from hypothesis import HealthCheck, given, settings
6 from hypothesis.strategies import binary, integers
/external/python/dateutil/dateutil/test/property/
Dtest_parser_prop.py1 from hypothesis.strategies import integers
2 from hypothesis import given
Dtest_isoparse_prop.py1 from hypothesis import given, assume
2 from hypothesis import strategies as st
/external/oss-fuzz/projects/ujson/
Dhypothesis_structured_fuzzer.py36 from hypothesis import given, strategies as st
71 atheris.Setup(sys.argv, test_ujson_roundtrip.hypothesis.fuzz_one_input)
DDockerfile19 RUN pip3 install hypothesis
/external/gemmlowp/standalone/
Dcache_counters.cc365 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
368 hypothesis->Analyze(cache_counts, &pie); in Study()
376 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
377 printf("\n%s:\n", hypothesis->Name()); in Study()
379 hypothesis->Analyze(cache_counts, &pie); in Study()
384 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
385 delete hypothesis; in Study()
/external/tensorflow/tensorflow/core/kernels/
Dedit_distance_op.cc136 sparse::SparseTensor hypothesis; in Compute() local
139 hypothesis_st_shape, sorted_order, &hypothesis)); in Compute()
168 auto hypothesis_grouper = hypothesis.group(group_dims); in Compute()
/external/python/dateutil/
Drequirements-dev.txt7 hypothesis >= 3.30
D.gitignore17 .hypothesis/
/external/python/cryptography/
D.gitignore14 .hypothesis/
Dtox.ini76 exclude = .tox,*.egg,.git,_build,.hypothesis
/external/oss-fuzz/projects/jsonschema/
DDockerfile18 RUN pip3 install hypothesis
/external/walt/pywalt/
D.gitignore46 .hypothesis/
/external/llvm-project/libcxx/utils/google-benchmark/docs/
Dtools.md189 null hypothesis that it is equally likely that a randomly selected value from
195 null hypothesis is rejected. Which in other words means that the two benchmarks
/external/google-benchmark/docs/
Dtools.md193 null hypothesis that it is equally likely that a randomly selected value from
199 null hypothesis is rejected. Which in other words means that the two benchmarks
/external/libcxx/utils/google-benchmark/docs/
Dtools.md189 null hypothesis that it is equally likely that a randomly selected value from
195 null hypothesis is rejected. Which in other words means that the two benchmarks
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py3714 def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): argument
3799 hypothesis,
3807 hypothesis.indices,
3808 hypothesis.values,
3809 hypothesis.dense_shape,
/external/protobuf/docs/
Dthird_party.md174 … example message generator (Python / Hypothesis)](https://github.com/CurataEng/hypothesis-protobuf)
/external/python/cpython3/Doc/library/
Drandom.rst500 print(f'hypothesis that there is no difference between the drug and the placebo.')
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.pbtxt613 …argspec: "args=[\'hypothesis\', \'truth\', \'normalize\', \'name\'], varargs=None, keywords=None, …
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt1189 …argspec: "args=[\'hypothesis\', \'truth\', \'normalize\', \'name\'], varargs=None, keywords=None, …

12