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

Class GpuConvRewriter

tensorflow/compiler/xla/service/gpu/gpu_conv_rewriter.h:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// to CuDNN. More patterns will be matched in cudnn_fused_conv_rewriter.
35
36class GpuConvRewriter : public HloModulePass {
37 public:
38 absl::string_view name() const override { return "gpu-conv-rewriter"; }
39
40 StatusOr<bool> Run(HloModule* module) override;
41};
42
43} // namespace gpu
44} // namespace xla

Callers 2

RunPassMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

RunPassMethod · 0.68
TEST_FFunction · 0.68