Home
last modified time | relevance | path

Searched refs:EmbeddingLookupOpModel (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/common/operations/
DEmbeddingLookupTest.cpp54 class EmbeddingLookupOpModel { class
56 EmbeddingLookupOpModel(std::initializer_list<uint32_t> index_shape, in EmbeddingLookupOpModel() function in android::nn::wrapper::EmbeddingLookupOpModel
157 EmbeddingLookupOpModel m({3}, {3, 2, 4}); in TEST()