MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / VerifyHloModule

Function VerifyHloModule

tensorflow/compiler/xla/tests/test_utils.cc:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694Status VerifyHloModule(HloModule* const module, bool layout_sensitive,
695 bool allow_mixed_precision) {
696 return HloVerifier(/*layout_sensitive=*/layout_sensitive,
697 /*allow_mixed_precision=*/allow_mixed_precision)
698 .Run(module)
699 .status();
700}
701
702std::unique_ptr<HloDotInstruction> CreateCanonicalDot(const Shape& shape,
703 HloInstruction* lhs,

Callers 1

ExecuteOnPlatformFunction · 0.85

Calls 3

HloVerifierClass · 0.85
statusMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected