Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dvalidators.h50 bool TFIntListIs1XY1(Operation *op, StringRef name, IntegerAttr *x,
54 bool TFIntListIs1XY1(const ArrayAttr &attr);
Dvalidators.cc28 bool TFIntListIs1XY1(Operation *op, StringRef name, IntegerAttr *x, in TFIntListIs1XY1() function
51 bool TFIntListIs1XY1(const ArrayAttr &attr) { in TFIntListIs1XY1() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc324 if (!TFIntListIs1XY1(op, "strides", &height, &width)) return failure(); in matchAndRewrite()
330 if (TFIntListIs1XY1(op, "dilations", &height, &width)) { in matchAndRewrite()
Dlegalize_patterns.td87 def IsIntList1XY1 : AttrConstraint<CPred<"TFIntListIs1XY1($_self)">>;