Home
last modified time | relevance | path

Searched defs:ConvOpLowering (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dlmhlo_to_jitrt.cc547 class ConvOpLowering : public OpRewritePattern<Conv> { class
566 explicit ConvOpLowering(MLIRContext* ctx) : OpRewritePattern<Conv>(ctx) {} in ConvOpLowering() function in tensorflow::ConvOpLowering