Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc437 class ConvertTFDepthwiseConv2dNative class
438 : public ConvertTFConvOp<ConvertTFDepthwiseConv2dNative,
441 using BaseType = ConvertTFConvOp<ConvertTFDepthwiseConv2dNative,
444 ConvertTFDepthwiseConv2dNative(MLIRContext *context, in ConvertTFDepthwiseConv2dNative() function in mlir::TFL::__anonf6df4be00111::ConvertTFDepthwiseConv2dNative
1485 phase_2_patterns.insert<ConvertTFConv2D, ConvertTFDepthwiseConv2dNative>( in runOnFunction()