Searched refs:inferred_shape_status (Results 1 – 2 of 2) sorted by relevance
126 const StatusOr<Shape>& inferred_shape_status);
1239 const StatusOr<Shape>& inferred_shape_status) { in CheckShape() argument1240 if (!inferred_shape_status.ok()) { in CheckShape()1241 Status s = inferred_shape_status.status(); in CheckShape()1246 return CheckShape(instruction, inferred_shape_status.ValueOrDie()); in CheckShape()