Searched defs:TestCaseType (Results 1 – 5 of 5) sorted by relevance
168 std::vector<std::pair<TestCaseType, int>>& tests) { in ParseTestCasesString()200 const std::vector<std::pair<TestCaseType, int>>& tests) { in LogParameterInfo()
41 const vector<pair<TestCaseType, int>>& tests) in WeightedRandomTestSelector()
37 enum TestCaseType { enum
36 enum TestCaseType enum
698 using TestCaseType = std::tuple<TensorShape, TensorShape, arm_compute::WeightFormat>; typedef