Searched defs:ArgMinMaxTestParams (Results 1 – 1 of 1) sorted by relevance
6381 struct ArgMinMaxTestParams { in TEST_P() struct6382 std::vector<int> input_shape; in TEST_P()6383 std::vector<float> input_value; in TEST_P()6384 int axis; in TEST_P()6385 std::vector<int> expected_output_dims; in TEST_P()6386 std::vector<int> expected_argmax_output; in TEST_P()6387 std::vector<int> expected_argmin_output; in TEST_P()6388 Status status; in TEST_P()