Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h38 virtual Status VerifyEntryComputationLayout(const HloModule& module);
Dhlo_verifier.cc942 Status ShapeVerifier::VerifyEntryComputationLayout(const HloModule& module) { in VerifyEntryComputationLayout() function in xla::ShapeVerifier
1489 TF_RETURN_IF_ERROR(shape_verifier->VerifyEntryComputationLayout(*module)); in Run()