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

Commit 9e06ee8c authored by Yang Ni's avatar Yang Ni Committed by Android (Google) Code Review
Browse files

Merge "Replace LOOKUP with EMBEDDING and HASHTABLE_LOOKUP" into oc-mr1-dev

parents f5c1dc8d 7d235801
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ enum OperationType : uint32_t {
    SVDF                         = 29,
    RNN                          = 30,
    N_GRAM                       = 31,
    LOOKUP                       = 32,
    EMBEDDING_LOOKUP             = 32,
    HASHTABLE_LOOKUP             = 33,
};

// Two special values that can be used instead of a regular poolIndex.