Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_lookup_test.cc56 void SetHashtableValue(const std::vector<string>& content) { in SetHashtableValue() function in tflite::__anonecef5d2d0111::HashtableLookupOpModel
60 void SetHashtableValue(const std::function<float(int)>& function) { in SetHashtableValue() function in tflite::__anonecef5d2d0111::HashtableLookupOpModel
68 void SetHashtableValue(const std::function<float(int, int)>& function) { in SetHashtableValue() function in tflite::__anonecef5d2d0111::HashtableLookupOpModel
108 m.SetHashtableValue([](int i, int j) { return i + j / 10.0f; }); in TEST()
131 m.SetHashtableValue([](int i) { return i * i / 10.0f; }); in TEST()
154 m.SetHashtableValue({"Hello", "", "Hi"}); in TEST()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3541 void SetHashtableValue(const std::vector<string>& content) { in SetHashtableValue() function in tflite::__anon0c68fcb70111::HashtableLookupOpModel
3545 void SetHashtableValue(const std::function<float(int)>& function) { in SetHashtableValue() function in tflite::__anon0c68fcb70111::HashtableLookupOpModel
3553 void SetHashtableValue(const std::function<float(int, int)>& function) { in SetHashtableValue() function in tflite::__anon0c68fcb70111::HashtableLookupOpModel
3591 m.SetHashtableValue([](int i, int j) { return i + j / 10.0f; }); in TEST()
3614 m.SetHashtableValue([](int i) { return i * i / 10.0f; }); in TEST()