Searched refs:inferred_shape_status (Results 1 – 2 of 2) sorted by relevance
906 const StatusOr<Shape>& inferred_shape_status) { in CheckShape() argument907 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()
113 const StatusOr<Shape>& inferred_shape_status);