Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1167 bool EquivalentShapes(ShapeHandle s1, ShapeHandle s2) const { in EquivalentShapes() function in tensorflow::grappler::SymbolicShapeRefiner
1262 if (!EquivalentShapes(s1.shape, s2.shape)) { in EquivalentShapesAndTypes()
1573 !EquivalentShapes(ic->output(k), output_shape)) { in UpdateOutputShapesAndValues()
2259 if (*new_shapes || !shape_refiner->EquivalentShapes(out, ic->output(0))) { in UpdateMerge()