Searched defs:hypothesis (Results 1 – 7 of 7) sorted by relevance
365 for (const Hypothesis* hypothesis : hypotheses) { in Study() local376 for (const Hypothesis* hypothesis : hypotheses) { in Study() local384 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
55 hypothesis, argument
148 sparse::SparseTensor hypothesis; in Compute() local
124 HYPOTHESIS hypothesis; member
412 def forward(self, premise, hypothesis): argument
181 ignore_missing_imports = True
3840 def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): argument