Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc216 Status Service::ValidateResultShape(const Shape& client_shape, in ValidateResultShape() argument
218 TF_RETURN_IF_ERROR(ShapeUtil::ValidateShapeWithOptionalLayout(client_shape)); in ValidateResultShape()
219 if (!ShapeUtil::Compatible(client_shape, result_shape)) { in ValidateResultShape()
223 ShapeUtil::HumanStringWithLayout(client_shape), in ValidateResultShape()
Dservice.h269 Status ValidateResultShape(const Shape& client_shape,