Home
last modified time | relevance | path

Searched defs:SetWeight (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlsh_projection_test.cc68 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() function in tflite::__anon437748410111::LSHProjectionOpModel
H A Dembedding_lookup_test.cc95 void SetWeight(std::initializer_list<float> data) { in SetWeight() function in tflite::__anon7de606f60111::HybridEmbeddingLookupOpModel
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp2003 void SetWeight(uint16_t aWeight) { mWeight = BigEndian::HostSwap16(aWeight); } in SetWeight() function in ot::Dns::SrvRecord
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_test.cc2134 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() function in tflite::__anon1a74836d0111::LSHProjectionOpModel