Home
last modified time | relevance | path

Searched refs:graph_modified_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc436 graph_modified_ = true; in MaterializeShapes()
482 graph_modified_ = true; in MaterializeShapes()
545 graph_modified_ = true; in MaterializeShapes()
884 graph_modified_ = true; in MaterializeConstantValuedNode()
913 graph_modified_ = ForwardInputs(node, inputs_to_forward); in MaterializeOutputValues()
1899 graph_modified_ = true; in ReplaceOperationWithIdentity()
1930 graph_modified_ = true; in ReplaceOperationWithSnapshot()
1955 graph_modified_ = true; in ReplaceOperationWithNoOp()
1965 graph_modified_ = true; in ReplaceBinaryOperationWithBroadcastTo()
1976 graph_modified_ = true; in ReplaceDivisionOfOnesByReciprocal()
[all …]
Dconstant_folding.h342 bool graph_modified_; variable