Searched refs:shapes0 (Results 1 – 2 of 2) sorted by relevance
726 const gtl::ArraySlice<PartialTensorShape>& shapes0, in AreCompatible() argument728 if (shapes0.size() == shapes1.size()) { in AreCompatible()729 for (size_t i = 0; i < shapes0.size(); ++i) { in AreCompatible()730 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()741 const gtl::ArraySlice<PartialTensorShape>& shapes0, in AreIdentical() argument743 if (shapes0.size() == shapes1.size()) { in AreIdentical()744 for (size_t i = 0; i < shapes0.size(); ++i) { in AreIdentical()745 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
455 static bool AreIdentical(const gtl::ArraySlice<PartialTensorShape>& shapes0,458 static bool AreCompatible(const gtl::ArraySlice<PartialTensorShape>& shapes0,