Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DHashtableLookupTest.cpp145 void SetHashtableValue(const std::function<float(uint32_t, uint32_t)>& function) { in SetHashtableValue() function in android::nn::wrapper::HashtableLookupOpModel
174 m.SetHashtableValue([](int i, int j) { return i + j / 10.0f; }); in TEST()