Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.h137 virtual Status VerifyEntryComputationLayout(const HloModule& module);
H A Dhlo_verifier.cc1809 Status ShapeVerifier::VerifyEntryComputationLayout(const HloModule& module) { in VerifyEntryComputationLayout() function in xla::ShapeVerifier
2568 TF_RETURN_IF_ERROR(shape_verifier->VerifyEntryComputationLayout(*module)); in Run()