Searched refs:TFIntListIs1XY1 (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | validators.h | 50 bool TFIntListIs1XY1(Operation *op, StringRef name, IntegerAttr *x, 54 bool TFIntListIs1XY1(const ArrayAttr &attr);
|
D | validators.cc | 28 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/ |
D | prepare_tf.cc | 324 if (!TFIntListIs1XY1(op, "strides", &height, &width)) return failure(); in matchAndRewrite() 330 if (TFIntListIs1XY1(op, "dilations", &height, &width)) { in matchAndRewrite()
|
D | legalize_patterns.td | 87 def IsIntList1XY1 : AttrConstraint<CPred<"TFIntListIs1XY1($_self)">>;
|