Home
last modified time | relevance | path

Searched defs:truth (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dreverse_sequence_op_test.py39 truth, argument
58 truth, argument
Dreduce_join_op_test.py71 def assertAllEqualUnicode(self, truth, actual): argument
102 truth, argument
Done_hot_op_test.py32 truth, argument
51 def _testBothOneHot(self, truth, expected_err_re=None, raises=None, **inputs): argument
Dcompare_and_bitpack_op_test.py31 truth, argument
Dedit_distance_op_test.py60 truth, argument
Dwhere_op_test.py40 def _testWhere(self, x, truth, expected_err_re=None): argument
Dconfusion_matrix_test.py49 def _testConfMatrix(self, labels, predictions, truth, weights=None, argument
/external/tensorflow/tensorflow/compiler/tests/
Dreverse_sequence_op_test.py36 truth, argument
/external/skia/tests/
DCodecPartialTest.cpp63 SkBitmap truth; in test_partial() local
405 SkBitmap truth; in DEF_TEST() local
/external/skqp/tests/
DCodecPartialTest.cpp63 SkBitmap truth; in test_partial() local
405 SkBitmap truth; in DEF_TEST() local
/external/tensorflow/tensorflow/core/util/
Dbcast_test.cc322 string truth = in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dedit_distance_op.cc141 sparse::SparseTensor truth; in Compute() local
/external/fonttools/Lib/fontTools/varLib/
Dmodels.py31 def subList(truth, lst): argument
/external/python/cpython2/Doc/library/
Dstdtypes.rst34 .. _truth: target
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter_unittest.cc82 void ComparePacketVectors(const std::vector<PacketInfo>& truth, in ComparePacketVectors()
/external/python/cpython3/Doc/library/
Dstdtypes.rst29 .. _truth: target
/external/python/cpython3/Lib/
Doperator.py57 def truth(a): function
/external/python/cpython2/Lib/test/
Dtest_iter.py348 def __init__(self, truth): argument
/external/python/cpython3/Lib/test/
Dtest_iter.py417 def __init__(self, truth): argument
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py2489 def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): argument