Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc972 const gtl::ArraySlice<PartialTensorShape>& shapes1) { in AreCompatible() argument
973 if (shapes0.size() == shapes1.size()) { in AreCompatible()
975 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()
987 const gtl::ArraySlice<PartialTensorShape>& shapes1) { in AreIdentical() argument
988 if (shapes0.size() == shapes1.size()) { in AreIdentical()
990 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
Dtensor_shape.h571 const gtl::ArraySlice<PartialTensorShape>& shapes1);
574 const gtl::ArraySlice<PartialTensorShape>& shapes1);
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc649 auto shapes1 = config1->mutable_program_shape(); in TEST() local
650 *shapes1->add_parameters() = in TEST()
652 *shapes1->add_parameters() = in TEST()
654 *shapes1->mutable_result() = in TEST()