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

Function TEST

tensorflow/stream_executor/cuda/cudnn_version_test.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace {
23
24TEST(CuDNNVersion, ToString) {
25 CudnnVersion version(7, 0, 12);
26 EXPECT_EQ(version.ToString(), "7.0.12");
27}
28
29TEST(IsSourceCompatibleWithCudnnLibraryTest, Basic) {
30 // Returns true if both major and minor versions are matching and even if the

Callers

nothing calls this directly

Calls 3

CudnnVersionClass · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected