HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreLayout (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
shape.h 150 // Equal().IgnoreLayout()(shape1, shape2);
153 // Equal().IgnoreLayout().IgnoreElementType()(shape1, shape2);
160 Equal& IgnoreLayout() {
shape_util.cc 498 return Shape::Equal().IgnoreLayout()(lhs, rhs);
503 return Shape::Equal().IgnoreElementType().IgnoreLayout()(lhs, rhs);
508 return Shape::Equal().IgnoreFpPrecision().IgnoreLayout()(lhs, rhs);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
shape_inference.cc     [all...]

Completed in 99 milliseconds