Searched refs:EquivalentShapes (Results 1 – 1 of 1) sorted by relevance
955 bool EquivalentShapes(ShapeHandle s1, ShapeHandle s2) const { in EquivalentShapes() function in tensorflow::grappler::SymbolicShapeRefiner1028 if (!EquivalentShapes(s1.shape, s2.shape)) { in EquivalentShapesAndTypes()1302 !EquivalentShapes(ic->output(k), output_shape)) { in UpdateOutputShapesAndValues()1826 if (*new_shapes || !shape_refiner->EquivalentShapes(out, ic->output(0))) { in UpdateMerge()