Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape.h178 Equal& IgnoreLayout() { in IgnoreLayout() function
Dshape_util.cc545 return Shape::Equal().IgnoreDynamicDimension().IgnoreLayout()(lhs, rhs); in Compatible()
553 .IgnoreLayout()(lhs, rhs); in CompatibleIgnoringElementType()
561 .IgnoreLayout()(lhs, rhs); in CompatibleIgnoringFpPrecision()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc3001 .IgnoreLayout() in InferSelectShape()