Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1594 auto subshape_result = TryGetSubshape(bounded_shape, index); in DynamicShapeIsCompatible() local
1595 if (subshape_result.ok()) { in DynamicShapeIsCompatible()
1596 const Shape* bounded_sub_shape = subshape_result.ConsumeValueOrDie(); in DynamicShapeIsCompatible()