Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dtest_util.cc35 if (!PartialTensorShapeUtils::AreIdentical(shapes, it->second)) { in ShapeAnnotationsMatch()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h455 static bool AreIdentical(const gtl::ArraySlice<PartialTensorShape>& shapes0,
Dtensor_shape.cc740 bool PartialTensorShapeUtils::AreIdentical( in AreIdentical() function in tensorflow::PartialTensorShapeUtils