Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Ddilated_conv.h238 ElementsAttr stb_paddings_attr, bts_crops_attr; in matchAndRewrite() local
240 matchPattern(bts_crops, m_Constant(&bts_crops_attr))) { in matchAndRewrite()
241 if (stb_paddings_attr.getNumElements() != bts_crops_attr.getNumElements()) in matchAndRewrite()
245 auto crops = bts_crops_attr.getValues<IntegerAttr>(); in matchAndRewrite()