Home
last modified time | relevance | path

Searched defs:hypothesis (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/gemmlowp/standalone/
H A Dcache_counters.cc365 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
376 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
384 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dedit_distance_op_test.py55 hypothesis, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dedit_distance_op.cc148 sparse::SparseTensor hypothesis; in Compute() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dndhelper.h124 HYPOTHESIS hypothesis; member
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_models.py412 def forward(self, premise, hypothesis): argument
/aosp_15_r20/external/pytorch/
H A Dmypy.ini181 ignore_missing_imports = True
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py3840 def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): argument