Searched refs:EmbeddingLookupOpModel (Results 1 – 1 of 1) sorted by relevance
54 class EmbeddingLookupOpModel { class56 EmbeddingLookupOpModel(std::initializer_list<uint32_t> index_shape, in EmbeddingLookupOpModel() function in android::nn::wrapper::EmbeddingLookupOpModel157 EmbeddingLookupOpModel m({3}, {3, 2, 4}); in TEST()