Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape.h160 Equal& IgnoreLayout() { in IgnoreLayout() function
Dshape_util.cc498 return Shape::Equal().IgnoreLayout()(lhs, rhs); in Compatible()
503 return Shape::Equal().IgnoreElementType().IgnoreLayout()(lhs, rhs); in CompatibleIgnoringElementType()
508 return Shape::Equal().IgnoreFpPrecision().IgnoreLayout()(lhs, rhs); in CompatibleIgnoringFpPrecision()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2786 .IgnoreLayout() in InferSelectShape()