Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1432 LogicalResult ExtractK(TF::MatrixDiagPartV3Op op, int64_t (*k)[2]) const { in ExtractK() function in mlir::mhlo::__anon5ef947ee0111::ConvertMatrixDiagPartV3Op
1514 if (failed(ExtractK(op, &k))) return failure(); in matchAndRewrite()