Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlsh_projection_test.cc63 void SetHash(std::initializer_list<float> data) { in SetHash() function in tflite::__anon0e14178b0111::LSHProjectionOpModel
84 m.SetHash({0.123, 0.456, -0.321, 1.234, 5.678, -4.321}); in TEST()
96 m.SetHash({0.123, 0.456, -0.321, 1.234, 5.678, -4.321}); in TEST()
108 m.SetHash({0.123, 0.456, -0.321, 1.234, 5.678, -4.321}); in TEST()
/external/v8/src/objects/
Ddictionary.h143 void SetHash(int hash) { in SetHash() function
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc1230 void SetHash(std::initializer_list<float> data) { in SetHash() function in tflite::__anon0c68fcb70111::LSHProjectionOpModel
1251 m.SetHash({0.123, 0.456, -0.321, 1.234, 5.678, -4.321}); in TEST()
1263 m.SetHash({0.123, 0.456, -0.321, 1.234, 5.678, -4.321}); in TEST()
1275 m.SetHash({0.123, 0.456, -0.321, 1.234, 5.678, -4.321}); in TEST()
/external/v8/src/
Dobjects-inl.h2065 void PropertyArray::SetHash(int hash) { in SetHash() function
Dobjects.h1932 inline void SetHash(int hash);
Dobjects.cc6696 PropertyArray::cast(properties)->SetHash(hash); in SetHashAndUpdateProperties()
6702 NameDictionary::cast(properties)->SetHash(hash); in SetHashAndUpdateProperties()
17757 dict->SetHash(PropertyArray::kNoHashSentinel); in New()