Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h195 class FeatureWeightsDenseStorage {
197 FeatureWeightsDenseStorage(const TTypes<const float>::Matrix nominals, in FeatureWeightsDenseStorage() function
302 const std::vector<FeatureWeightsDenseStorage>& dense_weights() const { in dense_weights()
308 std::vector<FeatureWeightsDenseStorage> dense_weights_;
Dsdca_internal.cc39 void FeatureWeightsDenseStorage::UpdateDenseDeltaWeights( in UpdateDenseDeltaWeights()
131 std::vector<FeatureWeightsDenseStorage>* const feature_weights) { in Initialize()
140 feature_weights->emplace_back(FeatureWeightsDenseStorage{ in Initialize()
190 const FeatureWeightsDenseStorage& dense_weights = in ComputeWxAndWeightedExampleNorm()