Home
last modified time | relevance | path

Searched refs:ValidateResultShape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc160 TF_RETURN_IF_ERROR(ValidateResultShape(*build_options.result_layout(), in CompileExecutable()
Dservice.h269 Status ValidateResultShape(const Shape& client_shape,
Dservice.cc216 Status Service::ValidateResultShape(const Shape& client_shape, in ValidateResultShape() function in xla::Service
296 ValidateResultShape(shape_with_output_layout, program_shape.result())); in CreateModuleConfig()