Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h102 Status FoldGraph(GraphDef* output,
Dconstant_folding.cc1434 Status ConstantFolding::FoldGraph( in FoldGraph() function in tensorflow::grappler::ConstantFolding
3400 TF_RETURN_IF_ERROR(FoldGraph(optimized_graph, &nodes_to_not_simplify)); in RunOptimizationPass()