summaryrefslogtreecommitdiff
path: root/compiler/luci/partition/src/Nodes
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2022-09-07 19:04:21 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2022-09-07 19:04:21 +0900
commitc690d52bdd137ed6a17353aa7af35e8141ece77b (patch)
treedbb7dd99133132dfbffcb8c9e9af4f1ffc2f4808 /compiler/luci/partition/src/Nodes
parent3ad689f0803519e343c36d5700646e86059df961 (diff)
downloadnnfw-c690d52bdd137ed6a17353aa7af35e8141ece77b.tar.gz
nnfw-c690d52bdd137ed6a17353aa7af35e8141ece77b.tar.bz2
nnfw-c690d52bdd137ed6a17353aa7af35e8141ece77b.zip
Diffstat (limited to 'compiler/luci/partition/src/Nodes')
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAbs.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAbs.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAdd.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAdd.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAddN.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAddN.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleArgMax.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleArgMax.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleArgMin.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleArgMin.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAveragePool2D.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleAveragePool2D.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBCQGather.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBCQGather.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBatchMatMul.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBatchMatMul.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCast.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCast.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCeil.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCeil.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleConcatenation.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleConcatenation.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleConst.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleConv2D.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleConv2D.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCos.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCos.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCustom.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCustom.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCustomOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleCustomOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDensify.cpp38
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDensify.test.cpp90
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDepthToSpace.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDepthToSpace.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDequantize.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDequantize.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDiv.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleDiv.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleElu.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleElu.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleEqual.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleEqual.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleExp.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleExp.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleExpandDims.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleExpandDims.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFakeQuant.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFakeQuant.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFill.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFill.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFloor.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFloor.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFloorDiv.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFloorDiv.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFloorMod.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFloorMod.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFullyConnected.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleFullyConnected.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGather.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGather.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGatherNd.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGatherNd.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGreater.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGreater.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGreaterEqual.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleGreaterEqual.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleIf.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleIf.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleIfOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleIfOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleInstanceNorm.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleInstanceNorm.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleL2Normalize.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleL2Normalize.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleL2Pool2D.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleL2Pool2D.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLeakyRelu.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLeakyRelu.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLess.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLess.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLessEqual.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLessEqual.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLog.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLog.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogSoftmax.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogSoftmax.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogicalAnd.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogicalAnd.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogicalNot.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogicalNot.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogicalOr.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogicalOr.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogistic.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleLogistic.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMatrixDiag.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMatrixDiag.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMaxPool2D.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMaxPool2D.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMaximum.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMaximum.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMean.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMean.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMinimum.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMinimum.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMirrorPad.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMirrorPad.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMul.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleMul.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNeg.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNeg.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNotEqual.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleNotEqual.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleOneHot.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleOneHot.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleOutputDummy.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleOutputExclude.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePRelu.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePRelu.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePack.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePack.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePad.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePad.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePadV2.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePadV2.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePow.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CirclePow.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleQuantize.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleQuantize.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRange.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRange.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRank.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRank.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceAny.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceAny.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceMax.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceMax.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceMin.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceMin.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceProd.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReduceProd.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRelu.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRelu.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRelu6.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRelu6.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReluN1To1.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReluN1To1.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReshape.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReshape.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleResizeBilinear.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleResizeBilinear.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReverseSequence.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReverseSequence.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReverseV2.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleReverseV2.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRound.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRound.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRsqrt.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleRsqrt.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSVDF.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSVDF.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleScatterNd.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleScatterNd.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSegmentSum.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSegmentSum.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSelect.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSelect.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSelectV2.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSelectV2.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleShape.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleShape.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSin.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSin.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSlice.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSlice.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSoftmax.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSoftmax.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSpaceToDepth.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSpaceToDepth.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSparseToDense.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSparseToDense.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplit.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplit.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplitOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplitOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplitV.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplitV.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplitVOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSplitVOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSqrt.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSqrt.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSquare.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSquare.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSquaredDifference.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSquaredDifference.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSqueeze.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSqueeze.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleStridedSlice.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleStridedSlice.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSub.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSub.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSum.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleSum.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTanh.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTanh.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTile.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTile.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTopKV2.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTopKV2.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTopKV2Out.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTopKV2Out.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTranspose.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTranspose.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTransposeConv.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnique.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnique.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUniqueOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUniqueOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnpack.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnpack.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnpackOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleUnpackOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleVariable.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleWhere.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleWhere.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleWhile.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleWhile.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleWhileOut.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleWhileOut.test.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleZerosLike.cpp2
-rw-r--r--compiler/luci/partition/src/Nodes/CircleZerosLike.test.cpp2
256 files changed, 382 insertions, 254 deletions
diff --git a/compiler/luci/partition/src/Nodes/CircleAbs.cpp b/compiler/luci/partition/src/Nodes/CircleAbs.cpp
index a3fde4c45..a7fbc37d1 100644
--- a/compiler/luci/partition/src/Nodes/CircleAbs.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAbs.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleAbs.test.cpp b/compiler/luci/partition/src/Nodes/CircleAbs.test.cpp
index f3e721525..ac805c1af 100644
--- a/compiler/luci/partition/src/Nodes/CircleAbs.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAbs.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleAdd.cpp b/compiler/luci/partition/src/Nodes/CircleAdd.cpp
index d393997e9..0754be626 100644
--- a/compiler/luci/partition/src/Nodes/CircleAdd.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAdd.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleAdd.test.cpp b/compiler/luci/partition/src/Nodes/CircleAdd.test.cpp
index e457b83d2..99ae52c54 100644
--- a/compiler/luci/partition/src/Nodes/CircleAdd.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAdd.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleAddN.cpp b/compiler/luci/partition/src/Nodes/CircleAddN.cpp
index 81e5e0949..90aaeee3a 100644
--- a/compiler/luci/partition/src/Nodes/CircleAddN.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAddN.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleAddN.test.cpp b/compiler/luci/partition/src/Nodes/CircleAddN.test.cpp
index 5d0a7489f..37743d3a3 100644
--- a/compiler/luci/partition/src/Nodes/CircleAddN.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAddN.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleArgMax.cpp b/compiler/luci/partition/src/Nodes/CircleArgMax.cpp
index 1409586d7..99b30d38f 100644
--- a/compiler/luci/partition/src/Nodes/CircleArgMax.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleArgMax.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleArgMax.test.cpp b/compiler/luci/partition/src/Nodes/CircleArgMax.test.cpp
index c816fbeb8..77248e07e 100644
--- a/compiler/luci/partition/src/Nodes/CircleArgMax.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleArgMax.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleArgMin.cpp b/compiler/luci/partition/src/Nodes/CircleArgMin.cpp
index 6151aa98a..1bb3d84e7 100644
--- a/compiler/luci/partition/src/Nodes/CircleArgMin.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleArgMin.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleArgMin.test.cpp b/compiler/luci/partition/src/Nodes/CircleArgMin.test.cpp
index d150be4d6..ed0cf030c 100644
--- a/compiler/luci/partition/src/Nodes/CircleArgMin.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleArgMin.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleAveragePool2D.cpp b/compiler/luci/partition/src/Nodes/CircleAveragePool2D.cpp
index 547665771..1df86c7be 100644
--- a/compiler/luci/partition/src/Nodes/CircleAveragePool2D.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAveragePool2D.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleAveragePool2D.test.cpp b/compiler/luci/partition/src/Nodes/CircleAveragePool2D.test.cpp
index fba2be835..266120b92 100644
--- a/compiler/luci/partition/src/Nodes/CircleAveragePool2D.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleAveragePool2D.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.cpp b/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.cpp
index 5b1dd8543..6d50f0e31 100644
--- a/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.test.cpp b/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.test.cpp
index 3d64f4b29..2191f5b0a 100644
--- a/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleBCQGather.cpp b/compiler/luci/partition/src/Nodes/CircleBCQGather.cpp
index 90c4d9ef3..a9e810a27 100644
--- a/compiler/luci/partition/src/Nodes/CircleBCQGather.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBCQGather.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleBCQGather.test.cpp b/compiler/luci/partition/src/Nodes/CircleBCQGather.test.cpp
index bbbd3f157..0324d85e0 100644
--- a/compiler/luci/partition/src/Nodes/CircleBCQGather.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBCQGather.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleBatchMatMul.cpp b/compiler/luci/partition/src/Nodes/CircleBatchMatMul.cpp
index c3992a64e..5a459e78c 100644
--- a/compiler/luci/partition/src/Nodes/CircleBatchMatMul.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBatchMatMul.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleBatchMatMul.test.cpp b/compiler/luci/partition/src/Nodes/CircleBatchMatMul.test.cpp
index 94336d36a..e6d26a6a1 100644
--- a/compiler/luci/partition/src/Nodes/CircleBatchMatMul.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBatchMatMul.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.cpp b/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.cpp
index 2a463afb1..40b8f7052 100644
--- a/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.test.cpp b/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.test.cpp
index 544f5e127..e9cb350b8 100644
--- a/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleCast.cpp b/compiler/luci/partition/src/Nodes/CircleCast.cpp
index f7630cd85..e1301aa06 100644
--- a/compiler/luci/partition/src/Nodes/CircleCast.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCast.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleCast.test.cpp b/compiler/luci/partition/src/Nodes/CircleCast.test.cpp
index 005119060..d7b679aa2 100644
--- a/compiler/luci/partition/src/Nodes/CircleCast.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCast.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleCeil.cpp b/compiler/luci/partition/src/Nodes/CircleCeil.cpp
index a0c94033e..e7b5f5a3f 100644
--- a/compiler/luci/partition/src/Nodes/CircleCeil.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCeil.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleCeil.test.cpp b/compiler/luci/partition/src/Nodes/CircleCeil.test.cpp
index dbd7e5390..cb0364844 100644
--- a/compiler/luci/partition/src/Nodes/CircleCeil.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCeil.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleConcatenation.cpp b/compiler/luci/partition/src/Nodes/CircleConcatenation.cpp
index fb24d21ca..d895685f0 100644
--- a/compiler/luci/partition/src/Nodes/CircleConcatenation.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleConcatenation.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleConcatenation.test.cpp b/compiler/luci/partition/src/Nodes/CircleConcatenation.test.cpp
index 4d64b85a2..b5c05e25d 100644
--- a/compiler/luci/partition/src/Nodes/CircleConcatenation.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleConcatenation.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleConst.cpp b/compiler/luci/partition/src/Nodes/CircleConst.cpp
index 118cd8de2..b88f5ef4e 100644
--- a/compiler/luci/partition/src/Nodes/CircleConst.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleConst.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace luci
{
diff --git a/compiler/luci/partition/src/Nodes/CircleConv2D.cpp b/compiler/luci/partition/src/Nodes/CircleConv2D.cpp
index 46716f0ec..ca9cce18f 100644
--- a/compiler/luci/partition/src/Nodes/CircleConv2D.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleConv2D.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleConv2D.test.cpp b/compiler/luci/partition/src/Nodes/CircleConv2D.test.cpp
index 829adec9b..4596d9618 100644
--- a/compiler/luci/partition/src/Nodes/CircleConv2D.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleConv2D.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleCos.cpp b/compiler/luci/partition/src/Nodes/CircleCos.cpp
index 9dcf81e83..76b1baac3 100644
--- a/compiler/luci/partition/src/Nodes/CircleCos.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCos.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleCos.test.cpp b/compiler/luci/partition/src/Nodes/CircleCos.test.cpp
index 6c92b93fb..ba806a3f9 100644
--- a/compiler/luci/partition/src/Nodes/CircleCos.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCos.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleCustom.cpp b/compiler/luci/partition/src/Nodes/CircleCustom.cpp
index ac16ebe40..cc1604876 100644
--- a/compiler/luci/partition/src/Nodes/CircleCustom.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCustom.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleCustom.test.cpp b/compiler/luci/partition/src/Nodes/CircleCustom.test.cpp
index 9f40b5220..f7fe86674 100644
--- a/compiler/luci/partition/src/Nodes/CircleCustom.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCustom.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleCustomOut.cpp b/compiler/luci/partition/src/Nodes/CircleCustomOut.cpp
index fee1a1a8c..0d83cffaa 100644
--- a/compiler/luci/partition/src/Nodes/CircleCustomOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCustomOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleCustomOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleCustomOut.test.cpp
index 0a293970e..ddd4e93f2 100644
--- a/compiler/luci/partition/src/Nodes/CircleCustomOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleCustomOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleDensify.cpp b/compiler/luci/partition/src/Nodes/CircleDensify.cpp
new file mode 100644
index 000000000..cfb236a5d
--- /dev/null
+++ b/compiler/luci/partition/src/Nodes/CircleDensify.cpp
@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include "luci/ConnectNode.h"
+
+namespace
+{
+
+void connect(luci::ConnectNode *cn, const luci::CircleDensify *node)
+{
+ auto *cloned = loco::must_cast<luci::CircleDensify *>(cn->find_clone(node));
+
+ luci::CircleNode *input = loco::must_cast<luci::CircleNode *>(node->input());
+
+ cloned->input(cn->find_clone(input));
+}
+
+} // namespace
+
+namespace luci
+{
+
+void ConnectNode::visit(const luci::CircleDensify *node) { connect(this, node); }
+
+} // namespace luci
diff --git a/compiler/luci/partition/src/Nodes/CircleDensify.test.cpp b/compiler/luci/partition/src/Nodes/CircleDensify.test.cpp
new file mode 100644
index 000000000..94076a8db
--- /dev/null
+++ b/compiler/luci/partition/src/Nodes/CircleDensify.test.cpp
@@ -0,0 +1,90 @@
+/*
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include "luci/ConnectNode.h"
+
+#include "ConnectNode.test.h"
+
+#include <luci/Service/CircleNodeClone.h>
+
+#include <gtest/gtest.h>
+
+namespace
+{
+
+using namespace luci::test;
+
+class NodeGraphlet : public NodeGraphletT<luci::CircleDensify>
+{
+public:
+ NodeGraphlet() = default;
+};
+
+class TestNodeGraph : public TestIOGraph, public NodeGraphlet
+{
+public:
+ TestNodeGraph() = default;
+
+public:
+ void init(const ShapeU32 shape)
+ {
+ TestIOGraph::init(shape, shape);
+ NodeGraphlet::init(g());
+
+ node()->input(input());
+
+ output()->from(node());
+ }
+};
+
+} // namespace
+
+TEST(ConnectNodeTest, connect_Densify)
+{
+ TestNodeGraph tng;
+ tng.init({2, 3});
+
+ ConnectionTestHelper cth;
+ cth.prepare_inputs(&tng);
+
+ auto *node = tng.node();
+ ASSERT_NO_THROW(loco::must_cast<luci::CircleDensify *>(node));
+
+ auto *clone = luci::clone_node(node, cth.graph_clone());
+ ASSERT_NO_THROW(loco::must_cast<luci::CircleDensify *>(clone));
+
+ cth.clone_connect(node, clone);
+
+ ASSERT_EQ(1, clone->arity());
+ ASSERT_EQ(cth.inputs(0), clone->arg(0));
+}
+
+TEST(ConnectNodeTest, connect_Densify_NEG)
+{
+ TestNodeGraph tng;
+ tng.init({2, 3});
+
+ ConnectionTestHelper cth;
+ cth.prepare_inputs_miss(&tng);
+
+ auto *node = tng.node();
+ ASSERT_NO_THROW(loco::must_cast<luci::CircleDensify *>(node));
+
+ auto *clone = luci::clone_node(node, cth.graph_clone());
+ ASSERT_NO_THROW(loco::must_cast<luci::CircleDensify *>(clone));
+
+ EXPECT_ANY_THROW(cth.clone_connect(node, clone));
+}
diff --git a/compiler/luci/partition/src/Nodes/CircleDepthToSpace.cpp b/compiler/luci/partition/src/Nodes/CircleDepthToSpace.cpp
index ade266e41..c044b4c42 100644
--- a/compiler/luci/partition/src/Nodes/CircleDepthToSpace.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDepthToSpace.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleDepthToSpace.test.cpp b/compiler/luci/partition/src/Nodes/CircleDepthToSpace.test.cpp
index 997360a9b..1b61a3517 100644
--- a/compiler/luci/partition/src/Nodes/CircleDepthToSpace.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDepthToSpace.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.cpp b/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.cpp
index 19d1d5f42..2bd9ab5ca 100644
--- a/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.test.cpp b/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.test.cpp
index 681f98bdb..02976a488 100644
--- a/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleDequantize.cpp b/compiler/luci/partition/src/Nodes/CircleDequantize.cpp
index 3a520d4e9..ac2642bc1 100644
--- a/compiler/luci/partition/src/Nodes/CircleDequantize.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDequantize.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleDequantize.test.cpp b/compiler/luci/partition/src/Nodes/CircleDequantize.test.cpp
index 7f6006c1d..d3a43d374 100644
--- a/compiler/luci/partition/src/Nodes/CircleDequantize.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDequantize.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleDiv.cpp b/compiler/luci/partition/src/Nodes/CircleDiv.cpp
index 480338542..8941a4196 100644
--- a/compiler/luci/partition/src/Nodes/CircleDiv.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDiv.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleDiv.test.cpp b/compiler/luci/partition/src/Nodes/CircleDiv.test.cpp
index 226932337..7900beafc 100644
--- a/compiler/luci/partition/src/Nodes/CircleDiv.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleDiv.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleElu.cpp b/compiler/luci/partition/src/Nodes/CircleElu.cpp
index d21cd4c01..b77226574 100644
--- a/compiler/luci/partition/src/Nodes/CircleElu.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleElu.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleElu.test.cpp b/compiler/luci/partition/src/Nodes/CircleElu.test.cpp
index 94774cca8..20b205048 100644
--- a/compiler/luci/partition/src/Nodes/CircleElu.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleElu.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleEqual.cpp b/compiler/luci/partition/src/Nodes/CircleEqual.cpp
index 6a126c0e2..2dc0e759b 100644
--- a/compiler/luci/partition/src/Nodes/CircleEqual.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleEqual.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleEqual.test.cpp b/compiler/luci/partition/src/Nodes/CircleEqual.test.cpp
index 20b539199..c0d3bd915 100644
--- a/compiler/luci/partition/src/Nodes/CircleEqual.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleEqual.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleExp.cpp b/compiler/luci/partition/src/Nodes/CircleExp.cpp
index 95fb1cd67..c1da7908a 100644
--- a/compiler/luci/partition/src/Nodes/CircleExp.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleExp.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleExp.test.cpp b/compiler/luci/partition/src/Nodes/CircleExp.test.cpp
index 16d7244ab..286f205bf 100644
--- a/compiler/luci/partition/src/Nodes/CircleExp.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleExp.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleExpandDims.cpp b/compiler/luci/partition/src/Nodes/CircleExpandDims.cpp
index 6fccd6310..a6ce6495c 100644
--- a/compiler/luci/partition/src/Nodes/CircleExpandDims.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleExpandDims.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleExpandDims.test.cpp b/compiler/luci/partition/src/Nodes/CircleExpandDims.test.cpp
index 8a5156509..37af10f52 100644
--- a/compiler/luci/partition/src/Nodes/CircleExpandDims.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleExpandDims.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleFakeQuant.cpp b/compiler/luci/partition/src/Nodes/CircleFakeQuant.cpp
index 4855d80ae..5dfaee1b5 100644
--- a/compiler/luci/partition/src/Nodes/CircleFakeQuant.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFakeQuant.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleFakeQuant.test.cpp b/compiler/luci/partition/src/Nodes/CircleFakeQuant.test.cpp
index 3821d755a..2a2ec0cff 100644
--- a/compiler/luci/partition/src/Nodes/CircleFakeQuant.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFakeQuant.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleFill.cpp b/compiler/luci/partition/src/Nodes/CircleFill.cpp
index 06fca7b41..32688cd9b 100644
--- a/compiler/luci/partition/src/Nodes/CircleFill.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFill.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleFill.test.cpp b/compiler/luci/partition/src/Nodes/CircleFill.test.cpp
index 97a5a348d..4b3872a80 100644
--- a/compiler/luci/partition/src/Nodes/CircleFill.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFill.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleFloor.cpp b/compiler/luci/partition/src/Nodes/CircleFloor.cpp
index 7ad392461..f7409a221 100644
--- a/compiler/luci/partition/src/Nodes/CircleFloor.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFloor.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleFloor.test.cpp b/compiler/luci/partition/src/Nodes/CircleFloor.test.cpp
index 1a964ea21..883d36256 100644
--- a/compiler/luci/partition/src/Nodes/CircleFloor.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFloor.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleFloorDiv.cpp b/compiler/luci/partition/src/Nodes/CircleFloorDiv.cpp
index 3b92b00c6..57e435c23 100644
--- a/compiler/luci/partition/src/Nodes/CircleFloorDiv.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFloorDiv.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleFloorDiv.test.cpp b/compiler/luci/partition/src/Nodes/CircleFloorDiv.test.cpp
index 3d2801566..1eb603c5d 100644
--- a/compiler/luci/partition/src/Nodes/CircleFloorDiv.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFloorDiv.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleFloorMod.cpp b/compiler/luci/partition/src/Nodes/CircleFloorMod.cpp
index 9f868d0e5..1b942d200 100644
--- a/compiler/luci/partition/src/Nodes/CircleFloorMod.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFloorMod.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleFloorMod.test.cpp b/compiler/luci/partition/src/Nodes/CircleFloorMod.test.cpp
index 89a09411b..680bf1680 100644
--- a/compiler/luci/partition/src/Nodes/CircleFloorMod.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFloorMod.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleFullyConnected.cpp b/compiler/luci/partition/src/Nodes/CircleFullyConnected.cpp
index da273037a..206b47aec 100644
--- a/compiler/luci/partition/src/Nodes/CircleFullyConnected.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFullyConnected.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleFullyConnected.test.cpp b/compiler/luci/partition/src/Nodes/CircleFullyConnected.test.cpp
index fc88204bd..39eea5571 100644
--- a/compiler/luci/partition/src/Nodes/CircleFullyConnected.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleFullyConnected.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleGather.cpp b/compiler/luci/partition/src/Nodes/CircleGather.cpp
index 0ee458394..4f059cbe4 100644
--- a/compiler/luci/partition/src/Nodes/CircleGather.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGather.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleGather.test.cpp b/compiler/luci/partition/src/Nodes/CircleGather.test.cpp
index 7f4e08435..f427e0456 100644
--- a/compiler/luci/partition/src/Nodes/CircleGather.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGather.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleGatherNd.cpp b/compiler/luci/partition/src/Nodes/CircleGatherNd.cpp
index 4be05ca94..6a9c3b47f 100644
--- a/compiler/luci/partition/src/Nodes/CircleGatherNd.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGatherNd.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleGatherNd.test.cpp b/compiler/luci/partition/src/Nodes/CircleGatherNd.test.cpp
index d673698e1..0207e917d 100644
--- a/compiler/luci/partition/src/Nodes/CircleGatherNd.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGatherNd.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleGreater.cpp b/compiler/luci/partition/src/Nodes/CircleGreater.cpp
index 7bc2a14c9..9f4b18fde 100644
--- a/compiler/luci/partition/src/Nodes/CircleGreater.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGreater.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleGreater.test.cpp b/compiler/luci/partition/src/Nodes/CircleGreater.test.cpp
index 842370d42..61d1f5957 100644
--- a/compiler/luci/partition/src/Nodes/CircleGreater.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGreater.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleGreaterEqual.cpp b/compiler/luci/partition/src/Nodes/CircleGreaterEqual.cpp
index 536a0aed6..76130a843 100644
--- a/compiler/luci/partition/src/Nodes/CircleGreaterEqual.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGreaterEqual.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleGreaterEqual.test.cpp b/compiler/luci/partition/src/Nodes/CircleGreaterEqual.test.cpp
index 76dc770f8..7e4e1ef74 100644
--- a/compiler/luci/partition/src/Nodes/CircleGreaterEqual.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleGreaterEqual.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleIf.cpp b/compiler/luci/partition/src/Nodes/CircleIf.cpp
index 1672a136d..45e4ec48b 100644
--- a/compiler/luci/partition/src/Nodes/CircleIf.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleIf.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleIf.test.cpp b/compiler/luci/partition/src/Nodes/CircleIf.test.cpp
index dbd25c822..cbb766221 100644
--- a/compiler/luci/partition/src/Nodes/CircleIf.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleIf.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleIfOut.cpp b/compiler/luci/partition/src/Nodes/CircleIfOut.cpp
index 969bdd93c..2eb5dda1f 100644
--- a/compiler/luci/partition/src/Nodes/CircleIfOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleIfOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleIfOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleIfOut.test.cpp
index 9207654bc..ec2dde3b2 100644
--- a/compiler/luci/partition/src/Nodes/CircleIfOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleIfOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleInstanceNorm.cpp b/compiler/luci/partition/src/Nodes/CircleInstanceNorm.cpp
index 386652fb1..f64ffd8b4 100644
--- a/compiler/luci/partition/src/Nodes/CircleInstanceNorm.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleInstanceNorm.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleInstanceNorm.test.cpp b/compiler/luci/partition/src/Nodes/CircleInstanceNorm.test.cpp
index b932223d0..4363c6c18 100644
--- a/compiler/luci/partition/src/Nodes/CircleInstanceNorm.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleInstanceNorm.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleL2Normalize.cpp b/compiler/luci/partition/src/Nodes/CircleL2Normalize.cpp
index 61ddba264..df26930ec 100644
--- a/compiler/luci/partition/src/Nodes/CircleL2Normalize.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleL2Normalize.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleL2Normalize.test.cpp b/compiler/luci/partition/src/Nodes/CircleL2Normalize.test.cpp
index 4fc23727a..b114a15f0 100644
--- a/compiler/luci/partition/src/Nodes/CircleL2Normalize.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleL2Normalize.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleL2Pool2D.cpp b/compiler/luci/partition/src/Nodes/CircleL2Pool2D.cpp
index 24333d507..1eacddb62 100644
--- a/compiler/luci/partition/src/Nodes/CircleL2Pool2D.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleL2Pool2D.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleL2Pool2D.test.cpp b/compiler/luci/partition/src/Nodes/CircleL2Pool2D.test.cpp
index 40328488c..22f99d5ef 100644
--- a/compiler/luci/partition/src/Nodes/CircleL2Pool2D.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleL2Pool2D.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLeakyRelu.cpp b/compiler/luci/partition/src/Nodes/CircleLeakyRelu.cpp
index 3da1ba287..1702ddeb1 100644
--- a/compiler/luci/partition/src/Nodes/CircleLeakyRelu.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLeakyRelu.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLeakyRelu.test.cpp b/compiler/luci/partition/src/Nodes/CircleLeakyRelu.test.cpp
index 5a0d1dd87..71dc55ea0 100644
--- a/compiler/luci/partition/src/Nodes/CircleLeakyRelu.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLeakyRelu.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLess.cpp b/compiler/luci/partition/src/Nodes/CircleLess.cpp
index aab495fcc..52726f9be 100644
--- a/compiler/luci/partition/src/Nodes/CircleLess.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLess.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLess.test.cpp b/compiler/luci/partition/src/Nodes/CircleLess.test.cpp
index ab65e5d18..c5d194efe 100644
--- a/compiler/luci/partition/src/Nodes/CircleLess.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLess.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLessEqual.cpp b/compiler/luci/partition/src/Nodes/CircleLessEqual.cpp
index ec129dbe8..e9a3c412b 100644
--- a/compiler/luci/partition/src/Nodes/CircleLessEqual.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLessEqual.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLessEqual.test.cpp b/compiler/luci/partition/src/Nodes/CircleLessEqual.test.cpp
index 0dd8986b6..29f4ababa 100644
--- a/compiler/luci/partition/src/Nodes/CircleLessEqual.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLessEqual.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.cpp b/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.cpp
index 6b0d1cd12..7a00bf94f 100644
--- a/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.test.cpp b/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.test.cpp
index e1973387d..5e5723817 100644
--- a/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLog.cpp b/compiler/luci/partition/src/Nodes/CircleLog.cpp
index c43570fa2..676d22fc0 100644
--- a/compiler/luci/partition/src/Nodes/CircleLog.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLog.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLog.test.cpp b/compiler/luci/partition/src/Nodes/CircleLog.test.cpp
index 8a43f6f01..0a2b97538 100644
--- a/compiler/luci/partition/src/Nodes/CircleLog.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLog.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLogSoftmax.cpp b/compiler/luci/partition/src/Nodes/CircleLogSoftmax.cpp
index de582c80d..c67b08f0f 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogSoftmax.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogSoftmax.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLogSoftmax.test.cpp b/compiler/luci/partition/src/Nodes/CircleLogSoftmax.test.cpp
index 1e60bf54c..b6daeb781 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogSoftmax.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogSoftmax.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLogicalAnd.cpp b/compiler/luci/partition/src/Nodes/CircleLogicalAnd.cpp
index 28e8f42e5..1498d85ec 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogicalAnd.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogicalAnd.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLogicalAnd.test.cpp b/compiler/luci/partition/src/Nodes/CircleLogicalAnd.test.cpp
index a1189f06f..0b9513626 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogicalAnd.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogicalAnd.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLogicalNot.cpp b/compiler/luci/partition/src/Nodes/CircleLogicalNot.cpp
index e2657824c..f9c077e4e 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogicalNot.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogicalNot.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLogicalNot.test.cpp b/compiler/luci/partition/src/Nodes/CircleLogicalNot.test.cpp
index f6b34596e..88dff3651 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogicalNot.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogicalNot.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLogicalOr.cpp b/compiler/luci/partition/src/Nodes/CircleLogicalOr.cpp
index 418dc023b..59592e41d 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogicalOr.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogicalOr.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLogicalOr.test.cpp b/compiler/luci/partition/src/Nodes/CircleLogicalOr.test.cpp
index fee3f4779..35f8029c0 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogicalOr.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogicalOr.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleLogistic.cpp b/compiler/luci/partition/src/Nodes/CircleLogistic.cpp
index 7d788512d..804597bed 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogistic.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogistic.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleLogistic.test.cpp b/compiler/luci/partition/src/Nodes/CircleLogistic.test.cpp
index c4b3f7fe3..241d84040 100644
--- a/compiler/luci/partition/src/Nodes/CircleLogistic.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleLogistic.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMatrixDiag.cpp b/compiler/luci/partition/src/Nodes/CircleMatrixDiag.cpp
index e92806aff..297e9f2cc 100644
--- a/compiler/luci/partition/src/Nodes/CircleMatrixDiag.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMatrixDiag.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMatrixDiag.test.cpp b/compiler/luci/partition/src/Nodes/CircleMatrixDiag.test.cpp
index 03e3c3c3e..472cab8c8 100644
--- a/compiler/luci/partition/src/Nodes/CircleMatrixDiag.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMatrixDiag.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.cpp b/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.cpp
index 29bb7fe5f..b327aacad 100644
--- a/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.test.cpp b/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.test.cpp
index 5503ea18f..4ff797c43 100644
--- a/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMaxPool2D.cpp b/compiler/luci/partition/src/Nodes/CircleMaxPool2D.cpp
index 75a665aee..dee90e5c0 100644
--- a/compiler/luci/partition/src/Nodes/CircleMaxPool2D.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMaxPool2D.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMaxPool2D.test.cpp b/compiler/luci/partition/src/Nodes/CircleMaxPool2D.test.cpp
index 16996497a..949e0d724 100644
--- a/compiler/luci/partition/src/Nodes/CircleMaxPool2D.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMaxPool2D.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMaximum.cpp b/compiler/luci/partition/src/Nodes/CircleMaximum.cpp
index 2ba6055b4..459917e3e 100644
--- a/compiler/luci/partition/src/Nodes/CircleMaximum.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMaximum.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMaximum.test.cpp b/compiler/luci/partition/src/Nodes/CircleMaximum.test.cpp
index 370174c37..e6a6d5741 100644
--- a/compiler/luci/partition/src/Nodes/CircleMaximum.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMaximum.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMean.cpp b/compiler/luci/partition/src/Nodes/CircleMean.cpp
index b634e5838..c704d0054 100644
--- a/compiler/luci/partition/src/Nodes/CircleMean.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMean.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMean.test.cpp b/compiler/luci/partition/src/Nodes/CircleMean.test.cpp
index 53435d9dc..838d7aea2 100644
--- a/compiler/luci/partition/src/Nodes/CircleMean.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMean.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMinimum.cpp b/compiler/luci/partition/src/Nodes/CircleMinimum.cpp
index cdf757583..8958bf64a 100644
--- a/compiler/luci/partition/src/Nodes/CircleMinimum.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMinimum.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMinimum.test.cpp b/compiler/luci/partition/src/Nodes/CircleMinimum.test.cpp
index 2fe6b0da6..a6c86a27a 100644
--- a/compiler/luci/partition/src/Nodes/CircleMinimum.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMinimum.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMirrorPad.cpp b/compiler/luci/partition/src/Nodes/CircleMirrorPad.cpp
index 16a24abf7..91c3cb97a 100644
--- a/compiler/luci/partition/src/Nodes/CircleMirrorPad.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMirrorPad.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMirrorPad.test.cpp b/compiler/luci/partition/src/Nodes/CircleMirrorPad.test.cpp
index 605a126c9..b837e1012 100644
--- a/compiler/luci/partition/src/Nodes/CircleMirrorPad.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMirrorPad.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleMul.cpp b/compiler/luci/partition/src/Nodes/CircleMul.cpp
index 2cd2b4038..12e14728c 100644
--- a/compiler/luci/partition/src/Nodes/CircleMul.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMul.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleMul.test.cpp b/compiler/luci/partition/src/Nodes/CircleMul.test.cpp
index 99cf0824d..b316679f8 100644
--- a/compiler/luci/partition/src/Nodes/CircleMul.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleMul.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleNeg.cpp b/compiler/luci/partition/src/Nodes/CircleNeg.cpp
index 413ad4930..e9dcc45cd 100644
--- a/compiler/luci/partition/src/Nodes/CircleNeg.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNeg.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleNeg.test.cpp b/compiler/luci/partition/src/Nodes/CircleNeg.test.cpp
index bd74a3665..ab13c9416 100644
--- a/compiler/luci/partition/src/Nodes/CircleNeg.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNeg.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.cpp
index 63ff3f021..88d72e12f 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.test.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.test.cpp
index 2771aef49..e796a14c3 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.cpp
index 80e4704b9..61caa3a4c 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.test.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.test.cpp
index 5a0a8da8c..eb04f2688 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.cpp
index c1f117724..3b0b755a4 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.test.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.test.cpp
index 1f20fbb0f..c9c31b315 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.cpp
index 69e3cc8e8..3eed260c2 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp
index e001b0b0b..2c5822fe3 100644
--- a/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleNotEqual.cpp b/compiler/luci/partition/src/Nodes/CircleNotEqual.cpp
index c40c2a21a..29a6a43bb 100644
--- a/compiler/luci/partition/src/Nodes/CircleNotEqual.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNotEqual.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleNotEqual.test.cpp b/compiler/luci/partition/src/Nodes/CircleNotEqual.test.cpp
index 360940ca7..2983e1b27 100644
--- a/compiler/luci/partition/src/Nodes/CircleNotEqual.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleNotEqual.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleOneHot.cpp b/compiler/luci/partition/src/Nodes/CircleOneHot.cpp
index d76f49255..d172fb834 100644
--- a/compiler/luci/partition/src/Nodes/CircleOneHot.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleOneHot.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleOneHot.test.cpp b/compiler/luci/partition/src/Nodes/CircleOneHot.test.cpp
index 3c555c290..59780e424 100644
--- a/compiler/luci/partition/src/Nodes/CircleOneHot.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleOneHot.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleOutputDummy.cpp b/compiler/luci/partition/src/Nodes/CircleOutputDummy.cpp
index a033e80a8..61d7620aa 100644
--- a/compiler/luci/partition/src/Nodes/CircleOutputDummy.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleOutputDummy.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace luci
{
diff --git a/compiler/luci/partition/src/Nodes/CircleOutputExclude.cpp b/compiler/luci/partition/src/Nodes/CircleOutputExclude.cpp
index 106eb405d..36ce35077 100644
--- a/compiler/luci/partition/src/Nodes/CircleOutputExclude.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleOutputExclude.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace luci
{
diff --git a/compiler/luci/partition/src/Nodes/CirclePRelu.cpp b/compiler/luci/partition/src/Nodes/CirclePRelu.cpp
index b8a2341c8..6a2325715 100644
--- a/compiler/luci/partition/src/Nodes/CirclePRelu.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePRelu.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CirclePRelu.test.cpp b/compiler/luci/partition/src/Nodes/CirclePRelu.test.cpp
index e5bcedcf6..f2a2e2c7d 100644
--- a/compiler/luci/partition/src/Nodes/CirclePRelu.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePRelu.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CirclePack.cpp b/compiler/luci/partition/src/Nodes/CirclePack.cpp
index 326881067..d4b49bfa9 100644
--- a/compiler/luci/partition/src/Nodes/CirclePack.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePack.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CirclePack.test.cpp b/compiler/luci/partition/src/Nodes/CirclePack.test.cpp
index 68c513848..665b137e8 100644
--- a/compiler/luci/partition/src/Nodes/CirclePack.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePack.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CirclePad.cpp b/compiler/luci/partition/src/Nodes/CirclePad.cpp
index eb2a89c85..0a1d6f7f9 100644
--- a/compiler/luci/partition/src/Nodes/CirclePad.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePad.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CirclePad.test.cpp b/compiler/luci/partition/src/Nodes/CirclePad.test.cpp
index 24ea83fa3..72f97d6a4 100644
--- a/compiler/luci/partition/src/Nodes/CirclePad.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePad.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CirclePadV2.cpp b/compiler/luci/partition/src/Nodes/CirclePadV2.cpp
index 001fecbcb..969cc271d 100644
--- a/compiler/luci/partition/src/Nodes/CirclePadV2.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePadV2.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CirclePadV2.test.cpp b/compiler/luci/partition/src/Nodes/CirclePadV2.test.cpp
index aea8e0cce..9829f6269 100644
--- a/compiler/luci/partition/src/Nodes/CirclePadV2.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePadV2.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CirclePow.cpp b/compiler/luci/partition/src/Nodes/CirclePow.cpp
index fb180ee69..ce69e7402 100644
--- a/compiler/luci/partition/src/Nodes/CirclePow.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePow.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CirclePow.test.cpp b/compiler/luci/partition/src/Nodes/CirclePow.test.cpp
index 7a5be4d13..f4e49c023 100644
--- a/compiler/luci/partition/src/Nodes/CirclePow.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CirclePow.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleQuantize.cpp b/compiler/luci/partition/src/Nodes/CircleQuantize.cpp
index 340c1da42..903a94e32 100644
--- a/compiler/luci/partition/src/Nodes/CircleQuantize.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleQuantize.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleQuantize.test.cpp b/compiler/luci/partition/src/Nodes/CircleQuantize.test.cpp
index 1f348b45c..5ca1a6baa 100644
--- a/compiler/luci/partition/src/Nodes/CircleQuantize.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleQuantize.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleRange.cpp b/compiler/luci/partition/src/Nodes/CircleRange.cpp
index f295338d8..fa1a02c71 100644
--- a/compiler/luci/partition/src/Nodes/CircleRange.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRange.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleRange.test.cpp b/compiler/luci/partition/src/Nodes/CircleRange.test.cpp
index 59a95f119..b5b0c8aa8 100644
--- a/compiler/luci/partition/src/Nodes/CircleRange.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRange.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleRank.cpp b/compiler/luci/partition/src/Nodes/CircleRank.cpp
index f7cce762b..35b4764aa 100644
--- a/compiler/luci/partition/src/Nodes/CircleRank.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRank.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleRank.test.cpp b/compiler/luci/partition/src/Nodes/CircleRank.test.cpp
index 74c520bee..5a0a71a7e 100644
--- a/compiler/luci/partition/src/Nodes/CircleRank.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRank.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceAny.cpp b/compiler/luci/partition/src/Nodes/CircleReduceAny.cpp
index ed762dbc6..262e12ac1 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceAny.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceAny.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceAny.test.cpp b/compiler/luci/partition/src/Nodes/CircleReduceAny.test.cpp
index 792f51187..45c292073 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceAny.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceAny.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceMax.cpp b/compiler/luci/partition/src/Nodes/CircleReduceMax.cpp
index 09586ecee..d91c78e41 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceMax.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceMax.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceMax.test.cpp b/compiler/luci/partition/src/Nodes/CircleReduceMax.test.cpp
index 8fbaf653e..2ad18f339 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceMax.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceMax.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceMin.cpp b/compiler/luci/partition/src/Nodes/CircleReduceMin.cpp
index 105214d0b..65fca6ab3 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceMin.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceMin.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceMin.test.cpp b/compiler/luci/partition/src/Nodes/CircleReduceMin.test.cpp
index c37d6248f..db48f54d7 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceMin.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceMin.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceProd.cpp b/compiler/luci/partition/src/Nodes/CircleReduceProd.cpp
index 2fb4e3e01..daac168b2 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceProd.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceProd.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReduceProd.test.cpp b/compiler/luci/partition/src/Nodes/CircleReduceProd.test.cpp
index cc1ac83ad..f5f69f0ff 100644
--- a/compiler/luci/partition/src/Nodes/CircleReduceProd.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReduceProd.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleRelu.cpp b/compiler/luci/partition/src/Nodes/CircleRelu.cpp
index d3617bdbd..63ac31ba9 100644
--- a/compiler/luci/partition/src/Nodes/CircleRelu.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRelu.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleRelu.test.cpp b/compiler/luci/partition/src/Nodes/CircleRelu.test.cpp
index ccaf5760b..ec4d10f09 100644
--- a/compiler/luci/partition/src/Nodes/CircleRelu.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRelu.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleRelu6.cpp b/compiler/luci/partition/src/Nodes/CircleRelu6.cpp
index fb9ba6f36..c2956c456 100644
--- a/compiler/luci/partition/src/Nodes/CircleRelu6.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRelu6.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleRelu6.test.cpp b/compiler/luci/partition/src/Nodes/CircleRelu6.test.cpp
index 1341b0e06..e9ecbe2e6 100644
--- a/compiler/luci/partition/src/Nodes/CircleRelu6.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRelu6.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReluN1To1.cpp b/compiler/luci/partition/src/Nodes/CircleReluN1To1.cpp
index 476195b71..1141297da 100644
--- a/compiler/luci/partition/src/Nodes/CircleReluN1To1.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReluN1To1.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReluN1To1.test.cpp b/compiler/luci/partition/src/Nodes/CircleReluN1To1.test.cpp
index 7dc63c6ef..ae60a97e5 100644
--- a/compiler/luci/partition/src/Nodes/CircleReluN1To1.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReluN1To1.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReshape.cpp b/compiler/luci/partition/src/Nodes/CircleReshape.cpp
index e59670453..49f7c64a7 100644
--- a/compiler/luci/partition/src/Nodes/CircleReshape.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReshape.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReshape.test.cpp b/compiler/luci/partition/src/Nodes/CircleReshape.test.cpp
index 73cbbdfcc..198cfa1b6 100644
--- a/compiler/luci/partition/src/Nodes/CircleReshape.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReshape.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleResizeBilinear.cpp b/compiler/luci/partition/src/Nodes/CircleResizeBilinear.cpp
index 0f504015b..41fdedf2a 100644
--- a/compiler/luci/partition/src/Nodes/CircleResizeBilinear.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleResizeBilinear.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleResizeBilinear.test.cpp b/compiler/luci/partition/src/Nodes/CircleResizeBilinear.test.cpp
index c2d8b714b..437e448a6 100644
--- a/compiler/luci/partition/src/Nodes/CircleResizeBilinear.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleResizeBilinear.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.cpp b/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.cpp
index c985b7f51..567db4961 100644
--- a/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.test.cpp b/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.test.cpp
index 9cc2e558e..5dc99a385 100644
--- a/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReverseSequence.cpp b/compiler/luci/partition/src/Nodes/CircleReverseSequence.cpp
index 225d29ea5..348cdbb78 100644
--- a/compiler/luci/partition/src/Nodes/CircleReverseSequence.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReverseSequence.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReverseSequence.test.cpp b/compiler/luci/partition/src/Nodes/CircleReverseSequence.test.cpp
index 408fc0c9c..751910326 100644
--- a/compiler/luci/partition/src/Nodes/CircleReverseSequence.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReverseSequence.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleReverseV2.cpp b/compiler/luci/partition/src/Nodes/CircleReverseV2.cpp
index d59a7de93..4b8c4a444 100644
--- a/compiler/luci/partition/src/Nodes/CircleReverseV2.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReverseV2.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleReverseV2.test.cpp b/compiler/luci/partition/src/Nodes/CircleReverseV2.test.cpp
index d41ad8e66..351c6f2c0 100644
--- a/compiler/luci/partition/src/Nodes/CircleReverseV2.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleReverseV2.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleRound.cpp b/compiler/luci/partition/src/Nodes/CircleRound.cpp
index 9170bcdd9..97d002870 100644
--- a/compiler/luci/partition/src/Nodes/CircleRound.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRound.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleRound.test.cpp b/compiler/luci/partition/src/Nodes/CircleRound.test.cpp
index fad090476..02f335dc3 100644
--- a/compiler/luci/partition/src/Nodes/CircleRound.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRound.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleRsqrt.cpp b/compiler/luci/partition/src/Nodes/CircleRsqrt.cpp
index 03e64aad0..44abd5ef7 100644
--- a/compiler/luci/partition/src/Nodes/CircleRsqrt.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRsqrt.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleRsqrt.test.cpp b/compiler/luci/partition/src/Nodes/CircleRsqrt.test.cpp
index d76b96e14..39ae1f8f3 100644
--- a/compiler/luci/partition/src/Nodes/CircleRsqrt.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleRsqrt.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSVDF.cpp b/compiler/luci/partition/src/Nodes/CircleSVDF.cpp
index f661a794c..e2b99c49d 100644
--- a/compiler/luci/partition/src/Nodes/CircleSVDF.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSVDF.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSVDF.test.cpp b/compiler/luci/partition/src/Nodes/CircleSVDF.test.cpp
index 5fae5206e..af8cd5549 100644
--- a/compiler/luci/partition/src/Nodes/CircleSVDF.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSVDF.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleScatterNd.cpp b/compiler/luci/partition/src/Nodes/CircleScatterNd.cpp
index 62912b791..88a3ecf19 100644
--- a/compiler/luci/partition/src/Nodes/CircleScatterNd.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleScatterNd.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleScatterNd.test.cpp b/compiler/luci/partition/src/Nodes/CircleScatterNd.test.cpp
index f271f8843..4ce787569 100644
--- a/compiler/luci/partition/src/Nodes/CircleScatterNd.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleScatterNd.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSegmentSum.cpp b/compiler/luci/partition/src/Nodes/CircleSegmentSum.cpp
index 5fc320a16..6540416c6 100644
--- a/compiler/luci/partition/src/Nodes/CircleSegmentSum.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSegmentSum.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSegmentSum.test.cpp b/compiler/luci/partition/src/Nodes/CircleSegmentSum.test.cpp
index a6bcff20a..453b7cc01 100644
--- a/compiler/luci/partition/src/Nodes/CircleSegmentSum.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSegmentSum.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSelect.cpp b/compiler/luci/partition/src/Nodes/CircleSelect.cpp
index dbe1dd48f..436e95609 100644
--- a/compiler/luci/partition/src/Nodes/CircleSelect.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSelect.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSelect.test.cpp b/compiler/luci/partition/src/Nodes/CircleSelect.test.cpp
index 912934b8b..2a38de593 100644
--- a/compiler/luci/partition/src/Nodes/CircleSelect.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSelect.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSelectV2.cpp b/compiler/luci/partition/src/Nodes/CircleSelectV2.cpp
index 28072c860..a8b6ab556 100644
--- a/compiler/luci/partition/src/Nodes/CircleSelectV2.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSelectV2.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSelectV2.test.cpp b/compiler/luci/partition/src/Nodes/CircleSelectV2.test.cpp
index e8d128e93..c2ebdbe11 100644
--- a/compiler/luci/partition/src/Nodes/CircleSelectV2.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSelectV2.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleShape.cpp b/compiler/luci/partition/src/Nodes/CircleShape.cpp
index f93cf1458..2fb3dcdd8 100644
--- a/compiler/luci/partition/src/Nodes/CircleShape.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleShape.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleShape.test.cpp b/compiler/luci/partition/src/Nodes/CircleShape.test.cpp
index 9b4afdcc2..38033a3bc 100644
--- a/compiler/luci/partition/src/Nodes/CircleShape.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleShape.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSin.cpp b/compiler/luci/partition/src/Nodes/CircleSin.cpp
index 62c776ef6..0ef605994 100644
--- a/compiler/luci/partition/src/Nodes/CircleSin.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSin.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSin.test.cpp b/compiler/luci/partition/src/Nodes/CircleSin.test.cpp
index fbee6f662..e141b4530 100644
--- a/compiler/luci/partition/src/Nodes/CircleSin.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSin.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSlice.cpp b/compiler/luci/partition/src/Nodes/CircleSlice.cpp
index 7895d9ece..811d81f9e 100644
--- a/compiler/luci/partition/src/Nodes/CircleSlice.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSlice.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSlice.test.cpp b/compiler/luci/partition/src/Nodes/CircleSlice.test.cpp
index 3c666ad6c..0718c7f15 100644
--- a/compiler/luci/partition/src/Nodes/CircleSlice.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSlice.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSoftmax.cpp b/compiler/luci/partition/src/Nodes/CircleSoftmax.cpp
index 0a93787e7..6b08f005e 100644
--- a/compiler/luci/partition/src/Nodes/CircleSoftmax.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSoftmax.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSoftmax.test.cpp b/compiler/luci/partition/src/Nodes/CircleSoftmax.test.cpp
index b25629863..571ad80ff 100644
--- a/compiler/luci/partition/src/Nodes/CircleSoftmax.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSoftmax.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.cpp b/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.cpp
index b94948bee..dc48b36d6 100644
--- a/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.test.cpp b/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.test.cpp
index 279e9b232..0fcf22fd0 100644
--- a/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.cpp b/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.cpp
index bd4523ca8..55d562f3d 100644
--- a/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.test.cpp b/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.test.cpp
index 207163d08..771c1f372 100644
--- a/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSpaceToDepth.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSparseToDense.cpp b/compiler/luci/partition/src/Nodes/CircleSparseToDense.cpp
index d1ed18818..cc2f5e915 100644
--- a/compiler/luci/partition/src/Nodes/CircleSparseToDense.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSparseToDense.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSparseToDense.test.cpp b/compiler/luci/partition/src/Nodes/CircleSparseToDense.test.cpp
index 2257186e8..06b3814ee 100644
--- a/compiler/luci/partition/src/Nodes/CircleSparseToDense.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSparseToDense.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSplit.cpp b/compiler/luci/partition/src/Nodes/CircleSplit.cpp
index d6d62a8ed..5f851f049 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplit.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplit.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSplit.test.cpp b/compiler/luci/partition/src/Nodes/CircleSplit.test.cpp
index d8d0953e0..a4242b9ab 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplit.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplit.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSplitOut.cpp b/compiler/luci/partition/src/Nodes/CircleSplitOut.cpp
index 4021f2042..1a447581e 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplitOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplitOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSplitOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleSplitOut.test.cpp
index 85fe2685b..b7cf6fc7d 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplitOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplitOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSplitV.cpp b/compiler/luci/partition/src/Nodes/CircleSplitV.cpp
index f13205725..43ebe076f 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplitV.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplitV.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSplitV.test.cpp b/compiler/luci/partition/src/Nodes/CircleSplitV.test.cpp
index 3ac1d6c27..877a44759 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplitV.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplitV.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSplitVOut.cpp b/compiler/luci/partition/src/Nodes/CircleSplitVOut.cpp
index 2034805cd..4bac6c5dc 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplitVOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplitVOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSplitVOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleSplitVOut.test.cpp
index 434dfb0ad..b3cf4d939 100644
--- a/compiler/luci/partition/src/Nodes/CircleSplitVOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSplitVOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSqrt.cpp b/compiler/luci/partition/src/Nodes/CircleSqrt.cpp
index f737aac8d..fd6d0ec05 100644
--- a/compiler/luci/partition/src/Nodes/CircleSqrt.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSqrt.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSqrt.test.cpp b/compiler/luci/partition/src/Nodes/CircleSqrt.test.cpp
index fa7f7fe2a..be298835e 100644
--- a/compiler/luci/partition/src/Nodes/CircleSqrt.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSqrt.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSquare.cpp b/compiler/luci/partition/src/Nodes/CircleSquare.cpp
index 1476a8694..56dd5440d 100644
--- a/compiler/luci/partition/src/Nodes/CircleSquare.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSquare.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSquare.test.cpp b/compiler/luci/partition/src/Nodes/CircleSquare.test.cpp
index bb6a7c33f..a509b31b5 100644
--- a/compiler/luci/partition/src/Nodes/CircleSquare.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSquare.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSquaredDifference.cpp b/compiler/luci/partition/src/Nodes/CircleSquaredDifference.cpp
index 40dd31706..e47be2c7e 100644
--- a/compiler/luci/partition/src/Nodes/CircleSquaredDifference.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSquaredDifference.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSquaredDifference.test.cpp b/compiler/luci/partition/src/Nodes/CircleSquaredDifference.test.cpp
index 9cfe9eefb..a900f1dc3 100644
--- a/compiler/luci/partition/src/Nodes/CircleSquaredDifference.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSquaredDifference.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSqueeze.cpp b/compiler/luci/partition/src/Nodes/CircleSqueeze.cpp
index bc9fda296..ffe3c911b 100644
--- a/compiler/luci/partition/src/Nodes/CircleSqueeze.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSqueeze.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSqueeze.test.cpp b/compiler/luci/partition/src/Nodes/CircleSqueeze.test.cpp
index 1f0971043..7a6e2bf44 100644
--- a/compiler/luci/partition/src/Nodes/CircleSqueeze.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSqueeze.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleStridedSlice.cpp b/compiler/luci/partition/src/Nodes/CircleStridedSlice.cpp
index 3bdca8a8a..953b45107 100644
--- a/compiler/luci/partition/src/Nodes/CircleStridedSlice.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleStridedSlice.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleStridedSlice.test.cpp b/compiler/luci/partition/src/Nodes/CircleStridedSlice.test.cpp
index 130ff9159..3e950fd25 100644
--- a/compiler/luci/partition/src/Nodes/CircleStridedSlice.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleStridedSlice.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSub.cpp b/compiler/luci/partition/src/Nodes/CircleSub.cpp
index 8ac294b7b..c5bea087f 100644
--- a/compiler/luci/partition/src/Nodes/CircleSub.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSub.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSub.test.cpp b/compiler/luci/partition/src/Nodes/CircleSub.test.cpp
index 7c0d83745..ca51865a7 100644
--- a/compiler/luci/partition/src/Nodes/CircleSub.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSub.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleSum.cpp b/compiler/luci/partition/src/Nodes/CircleSum.cpp
index bef1d4676..e929fd090 100644
--- a/compiler/luci/partition/src/Nodes/CircleSum.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSum.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleSum.test.cpp b/compiler/luci/partition/src/Nodes/CircleSum.test.cpp
index 1ed65c04f..21f6bbb74 100644
--- a/compiler/luci/partition/src/Nodes/CircleSum.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleSum.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleTanh.cpp b/compiler/luci/partition/src/Nodes/CircleTanh.cpp
index e6c56ebf7..ef5c2c993 100644
--- a/compiler/luci/partition/src/Nodes/CircleTanh.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTanh.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleTanh.test.cpp b/compiler/luci/partition/src/Nodes/CircleTanh.test.cpp
index 17cd48731..1e2d0629c 100644
--- a/compiler/luci/partition/src/Nodes/CircleTanh.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTanh.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleTile.cpp b/compiler/luci/partition/src/Nodes/CircleTile.cpp
index 0381b4dac..0c217436e 100644
--- a/compiler/luci/partition/src/Nodes/CircleTile.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTile.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleTile.test.cpp b/compiler/luci/partition/src/Nodes/CircleTile.test.cpp
index 79d1ba16c..9449c1fa7 100644
--- a/compiler/luci/partition/src/Nodes/CircleTile.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTile.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleTopKV2.cpp b/compiler/luci/partition/src/Nodes/CircleTopKV2.cpp
index ce8a6f5df..41dfa9c22 100644
--- a/compiler/luci/partition/src/Nodes/CircleTopKV2.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTopKV2.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleTopKV2.test.cpp b/compiler/luci/partition/src/Nodes/CircleTopKV2.test.cpp
index f08f3f315..e0c4a3a84 100644
--- a/compiler/luci/partition/src/Nodes/CircleTopKV2.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTopKV2.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleTopKV2Out.cpp b/compiler/luci/partition/src/Nodes/CircleTopKV2Out.cpp
index 6ca6e3d29..19f0fa7bf 100644
--- a/compiler/luci/partition/src/Nodes/CircleTopKV2Out.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTopKV2Out.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleTopKV2Out.test.cpp b/compiler/luci/partition/src/Nodes/CircleTopKV2Out.test.cpp
index a5c1c43f7..ba085f6a9 100644
--- a/compiler/luci/partition/src/Nodes/CircleTopKV2Out.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTopKV2Out.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleTranspose.cpp b/compiler/luci/partition/src/Nodes/CircleTranspose.cpp
index 1cbb54666..cbbdb0090 100644
--- a/compiler/luci/partition/src/Nodes/CircleTranspose.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTranspose.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleTranspose.test.cpp b/compiler/luci/partition/src/Nodes/CircleTranspose.test.cpp
index b3b16307c..847683844 100644
--- a/compiler/luci/partition/src/Nodes/CircleTranspose.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTranspose.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleTransposeConv.cpp b/compiler/luci/partition/src/Nodes/CircleTransposeConv.cpp
index 469cc9a1a..6b6819d59 100644
--- a/compiler/luci/partition/src/Nodes/CircleTransposeConv.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTransposeConv.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp b/compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp
index ee9fb0e78..68adaad81 100644
--- a/compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp b/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp
index 3f0374aac..332301455 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp b/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp
index aeefef093..2630461ae 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleUnique.cpp b/compiler/luci/partition/src/Nodes/CircleUnique.cpp
index 79ca59466..c035b7ed7 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnique.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnique.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleUnique.test.cpp b/compiler/luci/partition/src/Nodes/CircleUnique.test.cpp
index 23f299840..910087a8b 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnique.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnique.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleUniqueOut.cpp b/compiler/luci/partition/src/Nodes/CircleUniqueOut.cpp
index f244dd6eb..23b1abaa5 100644
--- a/compiler/luci/partition/src/Nodes/CircleUniqueOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUniqueOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleUniqueOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleUniqueOut.test.cpp
index 887640790..954957497 100644
--- a/compiler/luci/partition/src/Nodes/CircleUniqueOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUniqueOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleUnpack.cpp b/compiler/luci/partition/src/Nodes/CircleUnpack.cpp
index f83c5d810..43ebcb418 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnpack.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnpack.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleUnpack.test.cpp b/compiler/luci/partition/src/Nodes/CircleUnpack.test.cpp
index b164cc3bc..444b04373 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnpack.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnpack.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleUnpackOut.cpp b/compiler/luci/partition/src/Nodes/CircleUnpackOut.cpp
index b8982fff5..ee1de153f 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnpackOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnpackOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleUnpackOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleUnpackOut.test.cpp
index 9ed440966..2aaef8d04 100644
--- a/compiler/luci/partition/src/Nodes/CircleUnpackOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleUnpackOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleVariable.cpp b/compiler/luci/partition/src/Nodes/CircleVariable.cpp
index f7f6f21fd..e7a794a16 100644
--- a/compiler/luci/partition/src/Nodes/CircleVariable.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleVariable.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace luci
{
diff --git a/compiler/luci/partition/src/Nodes/CircleWhere.cpp b/compiler/luci/partition/src/Nodes/CircleWhere.cpp
index 8ef274268..d0fc8465d 100644
--- a/compiler/luci/partition/src/Nodes/CircleWhere.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleWhere.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleWhere.test.cpp b/compiler/luci/partition/src/Nodes/CircleWhere.test.cpp
index 942f804c2..f17131c94 100644
--- a/compiler/luci/partition/src/Nodes/CircleWhere.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleWhere.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleWhile.cpp b/compiler/luci/partition/src/Nodes/CircleWhile.cpp
index 7820aca01..95b77f753 100644
--- a/compiler/luci/partition/src/Nodes/CircleWhile.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleWhile.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleWhile.test.cpp b/compiler/luci/partition/src/Nodes/CircleWhile.test.cpp
index bffb7869d..6ee7aba62 100644
--- a/compiler/luci/partition/src/Nodes/CircleWhile.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleWhile.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleWhileOut.cpp b/compiler/luci/partition/src/Nodes/CircleWhileOut.cpp
index 1cb4419db..5cd68355c 100644
--- a/compiler/luci/partition/src/Nodes/CircleWhileOut.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleWhileOut.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleWhileOut.test.cpp b/compiler/luci/partition/src/Nodes/CircleWhileOut.test.cpp
index 901f31b01..f58eba031 100644
--- a/compiler/luci/partition/src/Nodes/CircleWhileOut.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleWhileOut.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"
diff --git a/compiler/luci/partition/src/Nodes/CircleZerosLike.cpp b/compiler/luci/partition/src/Nodes/CircleZerosLike.cpp
index 715042d86..795d88de3 100644
--- a/compiler/luci/partition/src/Nodes/CircleZerosLike.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleZerosLike.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
namespace
{
diff --git a/compiler/luci/partition/src/Nodes/CircleZerosLike.test.cpp b/compiler/luci/partition/src/Nodes/CircleZerosLike.test.cpp
index 74c873cb2..f887bc36f 100644
--- a/compiler/luci/partition/src/Nodes/CircleZerosLike.test.cpp
+++ b/compiler/luci/partition/src/Nodes/CircleZerosLike.test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ConnectNode.h"
+#include "luci/ConnectNode.h"
#include "ConnectNode.test.h"