Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h152 bool SimplifyReshape(const GraphProperties& properties, bool use_shape_info,
Dconstant_folding.cc1865 if (SimplifyReshape(*properties, use_shape_info, node)) { in SimplifyNode()
2623 bool ConstantFolding::SimplifyReshape(const GraphProperties& properties, in SimplifyReshape() function in tensorflow::grappler::ConstantFolding