Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc971 const gtl::ArraySlice<PartialTensorShape>& shapes0, in AreCompatible() argument
973 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() argument
988 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()
Dtensor_shape.h570 static bool AreIdentical(const gtl::ArraySlice<PartialTensorShape>& shapes0,
573 static bool AreCompatible(const gtl::ArraySlice<PartialTensorShape>& shapes0,