Home
last modified time | relevance | path

Searched defs:has_properties (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h146 bool has_properties() const { in has_properties() function
/external/mesa3d/src/gallium/drivers/zink/
Dzink_extensions.py70 has_properties = False variable in Extension
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc557 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local
579 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local
998 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local
1038 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local
/external/python/bumble/bumble/
Dgatt.py508 def has_properties(self, properties: Characteristic.Properties) -> bool: member in Characteristic