Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc101 if (!properties->has_properties()) { in IsNodeOutputPortHostFriendly()
251 if (!properties->has_properties()) { in IsNodeHostCandidate()
Darithmetic_optimizer.cc470 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local
471 return has_properties.ok() && ShapeIsSymbolicallyDefined(properties) && in IsSupported()
492 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local
493 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()
908 Status has_properties = GetTensorProperties(node->name(), &properties); in IsSupported() local
909 return has_properties.ok() && ShapeIsSymbolicallyDefined(properties) && in IsSupported()
948 Status has_properties = GetTensorProperties(node.name(), &properties); in IsAbsorbableByOptimizedNodesGroup() local
949 return has_properties.ok() && in IsAbsorbableByOptimizedNodesGroup()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h126 bool has_properties() const { in has_properties() function