Searched refs:HasOutputProperties (Results 1 – 9 of 9) sorted by relevance
48 if (properties.HasOutputProperties(node->name())) { in PrintNodeInfo()
139 bool HasOutputProperties(const string& node_name) const;
2786 bool GraphProperties::HasOutputProperties(const string& node_name) const { in HasOutputProperties() function in tensorflow::grappler::GraphProperties
105 if (!graph_properties.HasOutputProperties(n->name())) { in CheckTypesAndGetShapes()295 if (!graph_properties.HasOutputProperties(inode->name())) { in GetInputs()
1001 if (properties != nullptr && properties->HasOutputProperties(node.name())) { in IsFoldableUncached()2750 !properties.HasOutputProperties(node.name())) { in IsReductionCandidateForSimplification()2931 properties.HasOutputProperties(node->name())) { in SimplifyArithmeticOperations()
601 if (!properties.HasOutputProperties(node->name())) { in SchedulingPass()
2574 ctx().graph_properties->HasOutputProperties(node->name()) && in IsSupported()
566 if (!graph_properties->HasOutputProperties(node->name())) return true; in OperationHasDynamicNonBatchDimension()
269 if (graph_properties.HasOutputProperties(node->name())) { in GetOutputProperties()1164 if (!graph_properties_.HasOutputProperties(node_def.name())) { in ConvertToTensorOrWeights()