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.cc826 graph_modified_ = true; in MaterializeConstantValuedNode()
1662 graph_modified_ = true; in ReplaceOperationWithIdentity()
1693 graph_modified_ = true; in ReplaceOperationWithSnapshot()
1704 graph_modified_ = true; in ReplaceDivisionOfOnesByReciprocal()
1715 graph_modified_ = true; in ReplaceSubtractionFromZeroByNegation()
1746 graph_modified_ = true; in ReplaceOperationWithConstant()
1846 graph_modified_ = true; in SimplifyNode()
1851 graph_modified_ = true; in SimplifyNode()
1856 graph_modified_ = true; in SimplifyNode()
1861 graph_modified_ = true; in SimplifyNode()
[all …]
Dconstant_folding.h254 bool graph_modified_; variable