Home
last modified time | relevance | path

Searched refs:_testCase (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py1617 def _testCase(self, labels, predictions, curve, expected_points): member in StreamingCurvePointsTest
1634 self._testCase([[1]], [[1]], 'ROC', [[0, 1], [0, 1], [0, 0]])
1635 self._testCase([[0]], [[0]], 'ROC', [[1, 1], [0, 1], [0, 1]])
1636 self._testCase([[0]], [[1]], 'ROC', [[1, 1], [1, 1], [0, 1]])
1637 self._testCase([[1]], [[0]], 'ROC', [[0, 1], [0, 0], [0, 0]])
1640 self._testCase([[1.0, 0.0, 0.0, 1.0, 1.0, 1.0]],
1645 self._testCase([[1]], [[1]], 'PR', [[1, 1], [1, 1], [0, 1]])
1646 self._testCase([[0]], [[0]], 'PR', [[1, 0], [1, 1], [1, 1]])
1647 self._testCase([[0]], [[1]], 'PR', [[1, 0], [1, 0], [1, 1]])
1648 self._testCase([[1]], [[0]], 'PR', [[1, 1], [0, 1], [0, 1]])
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp4206 struct _testCase struct in gl4cts::EnhancedLayouts::XFBGlobalBufferTest
4213 std::vector<_testCase> m_test_cases;
Dgl4cEnhancedLayoutsTests.cpp24223 const _testCase& test_case = m_test_cases[test_case_index]; in test()
24359 const _testCase& test_case = m_test_cases[test_case_index]; in test()
24397 const _testCase test_cases[] = { { Utils::Shader::VERTEX, type }, in test()