Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc726 const gtl::ArraySlice<PartialTensorShape>& shapes0, in AreCompatible() argument
728 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() argument
743 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()
Dtensor_shape.h455 static bool AreIdentical(const gtl::ArraySlice<PartialTensorShape>& shapes0,
458 static bool AreCompatible(const gtl::ArraySlice<PartialTensorShape>& shapes0,