Searched refs:ops_to_test (Results 1 – 2 of 2) sorted by relevance
416 ops_to_test = [427 for keras_op, np_op in ops_to_test:455 ops_to_test = [464 for keras_op, np_op in ops_to_test:467 ops_to_test = [471 for keras_op, np_op in ops_to_test:492 ops_to_test = [502 for keras_op, np_op in ops_to_test:
3369 std::vector<string> ops_to_test; in TEST_P() local3372 ops_to_test.reserve(map->size()); in TEST_P()3374 ops_to_test.push_back(pair.first); in TEST_P()3377 ops_to_test.push_back("Relu6"); in TEST_P()3378 ops_to_test.push_back("LeakyRelu"); in TEST_P()3385 for (const string& op_name : ops_to_test) { in TEST_P()5651 std::vector<string> ops_to_test; in TEST_P() local5654 ops_to_test.reserve(map->size()); in TEST_P()5656 ops_to_test.push_back(pair.first); in TEST_P()5659 ops_to_test.push_back("Rsqrt"); in TEST_P()[all …]