Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1377 Operation* input_def_op = def_op->getOperand(0).getDefiningOp(); in matchAndRewrite() local
1378 if (!input_def_op) { in matchAndRewrite()
1381 auto reshape = dyn_cast<DynamicReshapeOp>(*input_def_op); in matchAndRewrite()