Searched refs:has_properties (Results 1 – 3 of 3) sorted by relevance
101 if (!properties->has_properties()) { in IsNodeOutputPortHostFriendly()251 if (!properties->has_properties()) { in IsNodeHostCandidate()
470 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local471 return has_properties.ok() && ShapeIsSymbolicallyDefined(properties) && in IsSupported()492 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local493 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()908 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local909 return has_properties.ok() && ShapeIsSymbolicallyDefined(properties) && in IsSupported()948 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local949 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()
126 bool has_properties() const { in has_properties() function