Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35faff38 authored by Xusong Wang's avatar Xusong Wang
Browse files

Add two operations to 1.2 nn hal.

Add ABS and ROI_POOLING to 1.2 nn types.hal

Test: mma
Change-Id: I367e5ea58bcc6bf373fd3a477fbf39c9892a2130
parent ed7ce7af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ enum OperationType : @1.1::OperationType {
    UNIDIRECTIONAL_SEQUENCE_LSTM = 85,
    UNIDIRECTIONAL_SEQUENCE_RNN = 86,
    ROTATED_BBOX_TRANSFORM = 87,
    ABS = 88,
    ROI_POOLING = 89,
};

/**