Searched refs:GetTotalInputCount (Results 1 – 5 of 5) sorted by relevance
87 OperatorProperties::GetTotalInputCount(op)); in TEST_P()149 EXPECT_EQ(0, OperatorProperties::GetTotalInputCount(op)); in TEST_F()161 EXPECT_EQ(arguments, OperatorProperties::GetTotalInputCount(op)); in TEST_F()174 EXPECT_EQ(arguments + 1, OperatorProperties::GetTotalInputCount(op)); in TEST_F()
97 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op)); in TEST_P()188 EXPECT_EQ(4, OperatorProperties::GetTotalInputCount(op)); in TEST_P()208 EXPECT_EQ(6, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
27 static inline int GetTotalInputCount(const Operator* op);
77 EXPECT_EQ(3, OperatorProperties::GetTotalInputCount(op)); in TEST_P()135 EXPECT_EQ(5, OperatorProperties::GetTotalInputCount(op)); in TEST_P()243 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op)); in TEST_P()
131 inline int OperatorProperties::GetTotalInputCount(const Operator* op) { in GetTotalInputCount() function