Searched refs:EquivalentShapes (Results 1 – 1 of 1) sorted by relevance
1167 bool EquivalentShapes(ShapeHandle s1, ShapeHandle s2) const { in EquivalentShapes() function in tensorflow::grappler::SymbolicShapeRefiner1262 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()