Searched refs:nominals (Results 1 – 3 of 3) sorted by relevance
197 FeatureWeightsDenseStorage(const TTypes<const float>::Matrix nominals, in FeatureWeightsDenseStorage() argument199 : nominals_(nominals), deltas_(deltas) { in FeatureWeightsDenseStorage()209 TTypes<const float>::Matrix nominals() const { return nominals_; } in nominals() function233 const TTypes<const float>::Matrix nominals, in FeatureWeightsSparseStorage() argument235 : nominals_(nominals), deltas_(deltas) { in FeatureWeightsSparseStorage()249 float nominals(const int class_id, const int64 index) const { in nominals() function
175 const float sparse_weight = sparse_weights.nominals(l, feature_index); in ComputeWxAndWeightedExampleNorm()194 dense_weights.nominals() + in ComputeWxAndWeightedExampleNorm()202 dense_weights.nominals().data(), in ComputeWxAndWeightedExampleNorm()203 dense_weights.nominals().dimension(1)))) in ComputeWxAndWeightedExampleNorm()217 regularization.EigenShrinkMatrix(dense_weights.nominals()) in ComputeWxAndWeightedExampleNorm()