Searched defs:TestCaseType (Results 1 – 5 of 5) sorted by relevance
164 std::vector<std::pair<TestCaseType, int>>& tests) { in ParseTestCasesString()196 const std::vector<std::pair<TestCaseType, int>>& tests) { in LogParameterInfo()
38 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