Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dprepare_tf.cc334 class ConvertTFDepthwiseConv2dNative class
335 : public ConvertTFConvOp<ConvertTFDepthwiseConv2dNative,
338 using BaseType = ConvertTFConvOp<ConvertTFDepthwiseConv2dNative,
341 ConvertTFDepthwiseConv2dNative(MLIRContext *context, in ConvertTFDepthwiseConv2dNative() function in mlir::TFL::__anon32f458ef0211::ConvertTFDepthwiseConv2dNative
1403 phase_2_patterns.add<ConvertTFConv2D, ConvertTFDepthwiseConv2dNative>( in runOnOperation()