Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dreverse_sequence_op_test.py38 truth, argument
60 truth, argument
Done_hot_op_test.py28 truth, argument
50 def _testBothOneHot(self, truth, expected_err_re=None, raises=None, **inputs): argument
Dedit_distance_op_test.py56 truth, argument
Dwhere_op_test.py36 def _testWhere(self, x, truth, expected_err_re=None, fn=array_ops.where): argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dstrings_reduce_join_op_test.py120 truth, argument
/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
Dreduce_join_op_test.py67 def assertAllEqualUnicode(self, truth, actual): argument
98 truth, argument
Dunsorted_segment_join_op_test.py31 def assertAllEqualUnicode(self, truth, actual): argument
/external/tensorflow/tensorflow/compiler/tests/
Dreverse_sequence_op_test.py32 truth, argument
/external/tensorflow/tensorflow/core/util/
Dbcast_test.cc567 string truth = in TEST() local
588 string truth = in TEST() local
/external/rappor/analysis/R/
Dsimulation.R185 GetNoisyBits <- function(truth, params) { argument
237 truth <- GetTrueBits(samp, map$map_by_cohort, params) functionVar
Dngrams_simulation.R267 truth <- sort(table(sim$strs)) / N functionVar
270 truth = truth, pairwise_candidates = pairwise_candidates) nameattr
Dassociation_test.R84 truth = NULL, basic = FALSE) { argument
114 truth = truth$variables, maps = maps, strs = strs) nameattr
/external/truth/core/src/test/java/com/google/common/truth/gwt/
DInventory.java96 Truth truth; field in Inventory
/external/skia/tests/
DCodecPartialTest.cpp66 SkBitmap truth; in test_partial() local
407 SkBitmap truth; in DEF_TEST() local
/external/rappor/apps/rappor-sim/
Dserver.R93 truth <- Sample()$truth functionVar
/external/tensorflow/tensorflow/core/kernels/
Dedit_distance_op.cc153 sparse::SparseTensor truth; in Compute() local
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dconfusion_matrix_test.py44 def _testConfMatrix(self, labels, predictions, truth, weights=None, argument
/external/fonttools/Lib/fontTools/varLib/
Dmodels.py42 def subList(truth, lst): argument
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter_unittest.cc39 void ComparePacketFeedbackVectors(const std::vector<PacketResult>& truth, in ComparePacketFeedbackVectors()
/external/python/cpython3/Doc/library/
Dstdtypes.rst29 .. _truth: target
/external/python/cpython3/Lib/
Doperator.py57 def truth(a): function
/external/python/cpython3/Lib/test/
Dtest_iter.py545 def __init__(self, truth): argument
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control_unittest.cc157 StatesPrinter* truth = s.CreatePrinter( in UpdatesTargetRateBasedOnLinkCapacity() local
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py3840 def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): argument