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

Function TEST_P

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

Source from the content-addressed store, hash-verified

1719using HloParserTestShortProto = HloParameterizedParserTest<true, true>;
1720
1721TEST_P(HloParserTestLong, Run) { ExpectEqual(); }
1722TEST_P(HloParserTestLongProto, Run) { ExpectEqual(); }
1723TEST_P(HloParserTestShort, Run) { ExpectEqual(); }
1724TEST_P(HloParserTestShortProto, Run) { ExpectEqual(); }

Callers

nothing calls this directly

Calls 1

ExpectEqualFunction · 0.50

Tested by

no test coverage detected