HomeSort by relevance Sort by last modified time
    Searched refs:nominals (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
sdca_internal.h 199 FeatureWeightsDenseStorage(const TTypes<const float>::Matrix nominals,
201 : nominals_(nominals), deltas_(deltas) {
210 // Nominals here are the original weight matrix.
211 TTypes<const float>::Matrix nominals() const { return nominals_; } function in class:tensorflow::sdca::FeatureWeightsDenseStorage
235 const TTypes<const float>::Matrix nominals,
237 : nominals_(nominals), deltas_(deltas) {
251 float nominals(const int class_id, const int64 index) const { function in class:tensorflow::sdca::FeatureWeightsSparseStorage
sdca_internal.cc 169 const float sparse_weight = sparse_weights.nominals(l, feature_index);
188 dense_weights.nominals() +
196 dense_weights.nominals().data(),
197 dense_weights.nominals().dimension(1))))
211 regularization.EigenShrinkMatrix(dense_weights.nominals())

Completed in 86 milliseconds