Home
last modified time | relevance | path

Searched refs:HasOutputProperties (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.cc48 if (properties.HasOutputProperties(node->name())) { in PrintNodeInfo()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h139 bool HasOutputProperties(const string& node_name) const;
Dgraph_properties.cc2786 bool GraphProperties::HasOutputProperties(const string& node_name) const { in HasOutputProperties() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc105 if (!graph_properties.HasOutputProperties(n->name())) { in CheckTypesAndGetShapes()
295 if (!graph_properties.HasOutputProperties(inode->name())) { in GetInputs()
Dconstant_folding.cc1001 if (properties != nullptr && properties->HasOutputProperties(node.name())) { in IsFoldableUncached()
2750 !properties.HasOutputProperties(node.name())) { in IsReductionCandidateForSimplification()
2931 properties.HasOutputProperties(node->name())) { in SimplifyArithmeticOperations()
Dmemory_optimizer.cc601 if (!properties.HasOutputProperties(node->name())) { in SchedulingPass()
Darithmetic_optimizer.cc2574 ctx().graph_properties->HasOutputProperties(node->name()) && in IsSupported()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc566 if (!graph_properties->HasOutputProperties(node->name())) return true; in OperationHasDynamicNonBatchDimension()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc269 if (graph_properties.HasOutputProperties(node->name())) { in GetOutputProperties()
1164 if (!graph_properties_.HasOutputProperties(node_def.name())) { in ConvertToTensorOrWeights()