Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1596 const Shape* bounded_sub_shape = subshape_result.ConsumeValueOrDie(); in DynamicShapeIsCompatible() local
1598 if (!bounded_sub_shape->IsTuple()) { in DynamicShapeIsCompatible()
1602 if (bounded_sub_shape->IsTuple()) { in DynamicShapeIsCompatible()
1606 *bounded_sub_shape)) { in DynamicShapeIsCompatible()