MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetWeights

Method SetWeights

tensorflow/lite/kernels/basic_rnn_test.cc:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 void SetBias(std::initializer_list<float> f) { PopulateTensor(bias_, f); }
197
198 void SetWeights(std::initializer_list<float> f) {
199 PopulateTensor(weights_, f);
200 }
201
202 void SetRecurrentWeights(std::initializer_list<float> f) {
203 PopulateTensor(recurrent_weights_, f);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected