MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Compatible

Method Compatible

tensorflow/compiler/xla/shape_util.cc:544–546  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

542}
543
544/* static */ bool ShapeUtil::Compatible(const Shape& lhs, const Shape& rhs) {
545 return Shape::Equal().IgnoreDynamicDimension().IgnoreLayout()(lhs, rhs);
546}
547
548/* static */ bool ShapeUtil::CompatibleIgnoringElementType(const Shape& lhs,
549 const Shape& rhs) {

Callers

nothing calls this directly

Calls 1

EqualClass · 0.70

Tested by

no test coverage detected