Searched defs:SetWeight (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ | ||
D | lsh_projection_test.cc | 68 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() function in tflite::__anonf967c7500111::LSHProjectionOpModel |
D | embedding_lookup_test.cc | 95 void SetWeight(std::initializer_list<float> data) { in SetWeight() function in tflite::__anon71f285c50111::HybridEmbeddingLookupOpModel |
/external/openthread/src/core/net/ | ||
D | dns_types.hpp | 1827 void SetWeight(uint16_t aWeight) { mWeight = HostSwap16(aWeight); } in SetWeight() function in ot::Dns::SrvRecord |
/external/tensorflow/tensorflow/lite/delegates/nnapi/ | ||
D | nnapi_delegate_test.cc | 2134 void SetWeight(std::initializer_list<float> f) { PopulateTensor(weight_, f); } in SetWeight() function in tflite::__anon4fbea17c0111::LSHProjectionOpModel |