Searched refs:HasRegularInputs (Results 1 – 6 of 6) sorted by relevance
370 EXPECT_TRUE(HasRegularInputs(*add_node)); in TEST_F()377 EXPECT_FALSE(HasRegularInputs(*x_node)); in TEST_F()384 EXPECT_TRUE(HasRegularInputs(*round_node)); in TEST_F()403 EXPECT_TRUE(HasRegularInputs(*add_node)); in TEST_F()408 EXPECT_FALSE(HasRegularInputs(*x_node)); in TEST_F()413 EXPECT_TRUE(HasRegularInputs(*round_node)); in TEST_F()
335 bool HasRegularInputs(const NodeDef& node);
199 bool HasRegularInputs(const NodeDef& node) { in HasRegularInputs() function
2520 if (!HasRegularInputs(node)) { in InferStatically()
2482 return IsAggregate(*node) && HasRegularInputs(*node) && in IsSupported()
3562 !HasRegularInputs(*node)) in PartialConstPropThroughIdentityN()