Home
last modified time | relevance | path

Searched refs:HasRegularInputs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc370 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()
Dutils.h335 bool HasRegularInputs(const NodeDef& node);
Dutils.cc199 bool HasRegularInputs(const NodeDef& node) { in HasRegularInputs() function
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2520 if (!HasRegularInputs(node)) { in InferStatically()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2482 return IsAggregate(*node) && HasRegularInputs(*node) && in IsSupported()
Dconstant_folding.cc3562 !HasRegularInputs(*node)) in PartialConstPropThroughIdentityN()