HomeSort by relevance Sort by last modified time
    Searched full:feature_weights (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
sdca_internal.cc 125 std::vector<FeatureWeightsDenseStorage>* const feature_weights) {
134 feature_weights->emplace_back(FeatureWeightsDenseStorage{
187 const Eigen::Tensor<float, 2, Eigen::RowMajor> feature_weights = local
203 feature_weights.data(), feature_weights.dimension(1))))
214 regularization.EigenShrinkMatrix(feature_weights)
407 auto feature_weights =
410 &(feature_weights(start_id)), end_id - start_id));
433 auto feature_weights =
436 new UnalignedFloatVector(&(feature_weights(0)), 0))
    [all...]

Completed in 73 milliseconds