Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dvalidators.h60 bool TFIntListIs1XYZ1(Operation *op, StringRef name, IntegerAttr *x,
Dvalidators.cc68 bool TFIntListIs1XYZ1(Operation *op, StringRef name, IntegerAttr *x, in TFIntListIs1XYZ1() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc349 if (!TFIntListIs1XYZ1(op, "strides", &stride_depth, &stride_height, in matchAndRewrite()
355 if (!TFIntListIs1XYZ1(op, "dilations", &dilation_depth_factor, in matchAndRewrite()