X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=runtime%2Fonert%2Fcore%2Finclude%2Fir%2FOperations.lst;h=1f91aecb23f2eee5a08f2090e0da5d0bd3232e47;hb=refs%2Ftags%2Fupstream%2F1.25.0;hp=f37d89505cb74404aa0517fec60ab6d29dab93f6;hpb=3a0ad354832744d138b361ffcfd21f33494beb6b;p=platform%2Fcore%2Fml%2Fnnfw.git diff --git a/runtime/onert/core/include/ir/Operations.lst b/runtime/onert/core/include/ir/Operations.lst index f37d895..1f91aec 100644 --- a/runtime/onert/core/include/ir/Operations.lst +++ b/runtime/onert/core/include/ir/Operations.lst @@ -88,3 +88,6 @@ OP(Transpose) OP(TransposeConv) OP(Unpack) OP(While) + +// Training Only +OP(Loss)