Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_device_info.py266 has_properties : bool = False variable in Extension
275 self.has_properties = properties
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc103 if (!properties->has_properties()) { in IsNodeOutputPortHostFriendly()
255 if (!properties->has_properties()) { in IsNodeHostCandidate()
Darithmetic_optimizer.cc495 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local
496 return has_properties.ok() && ShapeIsSymbolicallyDefined(*properties) && in IsSupported()
517 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local
518 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()
936 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local
937 return has_properties.ok() && ShapeIsSymbolicallyDefined(*properties) && in IsSupported()
976 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local
977 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h151 bool has_properties() const { in has_properties() function