Searched refs:shapes0 (Results 1 – 2 of 2) sorted by relevance
971 const gtl::ArraySlice<PartialTensorShape>& shapes0, in AreCompatible() argument973 if (shapes0.size() == shapes1.size()) { in AreCompatible()974 for (size_t i = 0; i < shapes0.size(); ++i) { in AreCompatible()975 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()986 const gtl::ArraySlice<PartialTensorShape>& shapes0, in AreIdentical() argument988 if (shapes0.size() == shapes1.size()) { in AreIdentical()989 for (size_t i = 0; i < shapes0.size(); ++i) { in AreIdentical()990 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
570 static bool AreIdentical(const gtl::ArraySlice<PartialTensorShape>& shapes0,573 static bool AreCompatible(const gtl::ArraySlice<PartialTensorShape>& shapes0,