Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DHashtableLookupTest.cpp57 class HashtableLookupOpModel { class
59 HashtableLookupOpModel(std::initializer_list<uint32_t> lookup_shape, in HashtableLookupOpModel() function in android::nn::wrapper::HashtableLookupOpModel
168 HashtableLookupOpModel m({4}, {3}, {3, 2}); in TEST()