Home
last modified time | relevance | path

Searched refs:FeatureWeightsSparseStorage (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h230 class FeatureWeightsSparseStorage {
232 FeatureWeightsSparseStorage(const TTypes<const int64>::Vec indices, in FeatureWeightsSparseStorage() function
298 const std::vector<FeatureWeightsSparseStorage>& sparse_weights() const { in sparse_weights()
307 std::vector<FeatureWeightsSparseStorage> sparse_weights_;
Dsdca_internal.cc64 void FeatureWeightsSparseStorage::UpdateSparseDeltaWeights( in UpdateSparseDeltaWeights()
121 sparse_weights_.emplace_back(FeatureWeightsSparseStorage{ in Initialize()
166 const FeatureWeightsSparseStorage& sparse_weights = in ComputeWxAndWeightedExampleNorm()