Searched refs:HasInputProperties (Results 1 – 5 of 5) sorted by relevance
88 } else if (properties.HasInputProperties(node->name())) { in PrintNodeInfo()
114 bool HasInputProperties(const string& node_name) const;
2314 bool GraphProperties::HasInputProperties(const string& node_name) const { in HasInputProperties() function in tensorflow::grappler::GraphProperties
2479 if (!properties.HasInputProperties(node.name()) || in IsReductionCandidateForSimplification()2650 properties.HasInputProperties(node->name()) && in SimplifyArithmeticOperations()
250 if (graph_properties.HasInputProperties(node->name())) { in GetInputProperties()