Searched refs:shapes1 (Results 1 – 3 of 3) sorted by relevance
972 const gtl::ArraySlice<PartialTensorShape>& shapes1) { in AreCompatible() argument973 if (shapes0.size() == shapes1.size()) { in AreCompatible()975 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()987 const gtl::ArraySlice<PartialTensorShape>& shapes1) { in AreIdentical() argument988 if (shapes0.size() == shapes1.size()) { in AreIdentical()990 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
571 const gtl::ArraySlice<PartialTensorShape>& shapes1);574 const gtl::ArraySlice<PartialTensorShape>& shapes1);
649 auto shapes1 = config1->mutable_program_shape(); in TEST() local650 *shapes1->add_parameters() = in TEST()652 *shapes1->add_parameters() = in TEST()654 *shapes1->mutable_result() = in TEST()