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

Commit 7d235801 authored by Yang Ni's avatar Yang Ni
Browse files

Replace LOOKUP with EMBEDDING and HASHTABLE_LOOKUP

Bug: 63905942

Test: adb shell /data/nativetest64/embedding_lookup_test/embedding_lookup_test
Change-Id: Ic9ac31f60ac8a6e2c59700a34909004f4b5dc9ff
parent 5a9c0c31
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.