Searched refs:CudnnPadForConvolutions (Results 1 – 4 of 4) sorted by relevance
46 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()71 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()94 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()115 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()137 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()159 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()180 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()205 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()231 EXPECT_TRUE(CudnnPadForConvolutions(true).Run(module.get()).ValueOrDie()); in TEST_F()
32 class CudnnPadForConvolutions : public HloModulePass {34 explicit CudnnPadForConvolutions(bool is_volta_or_later) in CudnnPadForConvolutions() function
120 pipeline.AddPass<CudnnPadForConvolutions>(IsVoltaOrLater(*stream_exec)); in OptimizeHloConvolutionCanonicalization()
387 StatusOr<bool> CudnnPadForConvolutions::Run(HloModule* module) { in Run()