Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h300 void RemoveRedundantVariableUpdates(GraphProperties* properties,
Dconstant_folding.cc2115 RemoveRedundantVariableUpdates(properties, optimized_graph, node)); in SimplifyNode()
2546 void ConstantFolding::RemoveRedundantVariableUpdates( in RemoveRedundantVariableUpdates() function in tensorflow::grappler::ConstantFolding