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

Function TEST_F

tensorflow/compiler/xla/service/hlo_parser_test.cc:1760–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758};
1759
1760TEST_F(HloParserTest, Empty) {
1761 const string original = "";
1762 auto result = ParseAndReturnUnverifiedModule(original);
1763 EXPECT_NE(Status::OK(), result.status());
1764}
1765
1766TEST_F(HloParserTest, Garbage) {
1767 const string original = "HloModule thi$ str1ng makes# N0 sen$e @all!*&^%$";

Callers

nothing calls this directly

Calls 15

HloPrintOptionsClass · 0.85
GmockMatchFunction · 0.85
MakeWindowFunction · 0.85
ParseReplicaGroupsOnlyFunction · 0.85
ReplicaGroupsToStringFunction · 0.85
PaddingConfigToStringFunction · 0.85
BroadcastFunction · 0.85
MakeShapeFunction · 0.85
ParseShapeFunction · 0.85

Tested by

no test coverage detected