Home
last modified time | relevance | path

Searched refs:shapes1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc727 const gtl::ArraySlice<PartialTensorShape>& shapes1) { in AreCompatible() argument
728 if (shapes0.size() == shapes1.size()) { in AreCompatible()
730 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()
742 const gtl::ArraySlice<PartialTensorShape>& shapes1) { in AreIdentical() argument
743 if (shapes0.size() == shapes1.size()) { in AreIdentical()
745 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
Dtensor_shape.h456 const gtl::ArraySlice<PartialTensorShape>& shapes1);
459 const gtl::ArraySlice<PartialTensorShape>& shapes1);
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc449 auto shapes1 = config1->mutable_program_shape(); in TEST() local
450 *shapes1->add_parameters() = in TEST()
452 *shapes1->add_parameters() = in TEST()
454 *shapes1->mutable_result() = in TEST()