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

Method SetBias

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

Source from the content-addressed store, hash-verified

194 }
195
196 void SetBias(std::initializer_list<float> f) { PopulateTensor(bias_, f); }
197
198 void SetWeights(std::initializer_list<float> f) {
199 PopulateTensor(weights_, f);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected