Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DAtomic.kt35 val thisOp = atomicOp ?: return false in perform() constant
37 return thisOp.opSequence < thatOp.opSequence in perform()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1254 auto thisOp = cast<ReshapeOp>(op); in match() local
1255 auto prevOp = thisOp.getOperand(0).getDefiningOp(); in match()
1260 auto thisOp = cast<ReshapeOp>(op); in rewrite() local
1261 auto prevOp = cast<ReshapeOp>(thisOp.getOperand(0).getDefiningOp()); in rewrite()
1269 op, thisOp.getType(), prevOp.getOperand(0), thisOp.getOperand(1)); in rewrite()