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.h126 const StatusOr<Shape>& inferred_shape_status);
Dhlo_verifier.cc1239 const StatusOr<Shape>& inferred_shape_status) { in CheckShape() argument
1240 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()