Searched refs:has_properties (Results 1 – 4 of 4) sorted by relevance
266 has_properties : bool = False variable in Extension275 self.has_properties = properties
103 if (!properties->has_properties()) { in IsNodeOutputPortHostFriendly()255 if (!properties->has_properties()) { in IsNodeHostCandidate()
495 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local496 return has_properties.ok() && ShapeIsSymbolicallyDefined(*properties) && in IsSupported()517 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local518 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()936 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local937 return has_properties.ok() && ShapeIsSymbolicallyDefined(*properties) && in IsSupported()976 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local977 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()
151 bool has_properties() const { in has_properties() function