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

Method SetCellBias

tensorflow/lite/kernels/optional_tensor_test.cc:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void SetCellBias(std::initializer_list<float> f) {
166 PopulateTensor(cell_bias_, f);
167 }
168
169 void SetOutputGateBias(std::initializer_list<float> f) {
170 PopulateTensor(output_gate_bias_, f);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected