Searched defs:SetWeight (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ | ||
H A D | lsh_projection_test.cc | 68 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() function in tflite::__anon437748410111::LSHProjectionOpModel |
H A D | embedding_lookup_test.cc | 95 void SetWeight(std::initializer_list<float> data) { in SetWeight() function in tflite::__anon7de606f60111::HybridEmbeddingLookupOpModel |
/aosp_15_r20/external/openthread/src/core/net/ | ||
H A D | dns_types.hpp | 2003 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 D | nnapi_delegate_test.cc | 2134 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() function in tflite::__anon1a74836d0111::LSHProjectionOpModel |