Searched refs:TFIntListIs1XYZ1 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | validators.h | 60 bool TFIntListIs1XYZ1(Operation *op, StringRef name, IntegerAttr *x,
|
D | validators.cc | 68 bool TFIntListIs1XYZ1(Operation *op, StringRef name, IntegerAttr *x, in TFIntListIs1XYZ1() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_tf.cc | 349 if (!TFIntListIs1XYZ1(op, "strides", &stride_depth, &stride_height, in matchAndRewrite() 355 if (!TFIntListIs1XYZ1(op, "dilations", &dilation_depth_factor, in matchAndRewrite()
|