Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc906 const StatusOr<Shape>& inferred_shape_status) { in CheckShape() argument
907 if (!inferred_shape_status.ok()) { in CheckShape()
908 Status s = inferred_shape_status.status(); in CheckShape()
913 return CheckShape(instruction, inferred_shape_status.ValueOrDie()); in CheckShape()
Dhlo_verifier.h113 const StatusOr<Shape>& inferred_shape_status);