Searched refs:expected_distribution (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler_util_test.cc | 125 std::vector<int> expected_distribution{0, 0, 0, 0, 0, 1, 1, 1, 2, 2}; in TEST() local 126 ASSERT_EQ(actual_distribution, expected_distribution); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 465 def compare_distributions(actual_distribution, expected_distribution, argument 484 if len(expected_distribution) != len(actual_distribution): 487 % (len(expected_distribution), len(actual_distribution))) 491 for expected, actual in zip(expected_distribution, actual_distribution):
|