Lines Matching defs:bias
115 const saft_fbs::Matrix *bias = SafeGetLayerBias(i);
116 return SafeGetNumRows(bias);
120 const saft_fbs::Matrix *bias = SafeGetLayerBias(i);
121 return SafeGetNumCols(bias);
125 const saft_fbs::Matrix *bias = SafeGetLayerBias(i);
126 return SafeGetValues(bias);
154 const saft_fbs::Matrix *bias = SafeGetSoftmaxBias();
155 return SafeGetNumRows(bias);
159 const saft_fbs::Matrix *bias = SafeGetSoftmaxBias();
160 return SafeGetNumCols(bias);
164 const saft_fbs::Matrix *bias = SafeGetSoftmaxBias();
165 return SafeGetValues(bias);
218 // Returns network_->layers()->Get(i)->bias(), if all dereferences are safe
254 return (layer == nullptr) ? nullptr : layer->bias();