Searched refs:HasOutputProperties (Results 1 – 7 of 7) sorted by relevance
48 if (properties.HasOutputProperties(node->name())) { in PrintNodeInfo()
115 bool HasOutputProperties(const string& node_name) const;
2318 bool GraphProperties::HasOutputProperties(const string& node_name) const { in HasOutputProperties() function in tensorflow::grappler::GraphProperties
89 if (!graph_properties.HasOutputProperties(n->name())) { in CheckTypesAndGetShapes()
580 if (!properties.HasOutputProperties(node->name())) { in SchedulingPass()
2480 !properties.HasOutputProperties(node.name())) { in IsReductionCandidateForSimplification()2651 properties.HasOutputProperties(node->name())) { in SimplifyArithmeticOperations()
236 if (graph_properties.HasOutputProperties(node->name())) { in GetOutputProperties()911 if (!graph_properties.HasOutputProperties(node_def.name())) { in ConvertToTensorOrWeights()