Home
last modified time | relevance | path

Searched refs:IsSourceCompatibleWithCudnnLibrary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcudnn_version_test.cc32 EXPECT_TRUE(IsSourceCompatibleWithCudnnLibrary( in TEST()
35 EXPECT_TRUE(IsSourceCompatibleWithCudnnLibrary( in TEST()
41 EXPECT_FALSE(IsSourceCompatibleWithCudnnLibrary( in TEST()
44 EXPECT_FALSE(IsSourceCompatibleWithCudnnLibrary( in TEST()
50 EXPECT_TRUE(IsSourceCompatibleWithCudnnLibrary( in TEST()
53 EXPECT_TRUE(IsSourceCompatibleWithCudnnLibrary( in TEST()
56 EXPECT_FALSE(IsSourceCompatibleWithCudnnLibrary( in TEST()
H A Dcudnn_version.cc21 bool IsSourceCompatibleWithCudnnLibrary(CudnnVersion source_version, in IsSourceCompatibleWithCudnnLibrary() function
H A Dcudnn_version.h43 bool IsSourceCompatibleWithCudnnLibrary(CudnnVersion source_version,
H A Dcuda_dnn.cc410 if (!IsSourceCompatibleWithCudnnLibrary(source_version, loaded_version)) { in Init()