Home
last modified time | relevance | path

Searched refs:ModelWeights (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h123 class ModelWeights; variable
134 const int num_loss_partitions, const ModelWeights& model_weights,
188 friend class ModelWeights; variable
278 class ModelWeights {
280 ModelWeights() {} in ModelWeights() function
310 TF_DISALLOW_COPY_AND_ASSIGN(ModelWeights);
330 const ModelWeights& model_weights,
342 Status Initialize(OpKernelContext* const context, const ModelWeights& weights,
353 int num_sparse_features, const ModelWeights& weights,
364 int num_dense_features, const ModelWeights& weights,
Dsdca_internal.cc79 void ModelWeights::UpdateDeltaWeights( in UpdateDeltaWeights()
95 Status ModelWeights::Initialize(OpKernelContext* const context) { in Initialize()
155 const int num_loss_partitions, const ModelWeights& model_weights, in ComputeWxAndWeightedExampleNorm()
237 const ModelWeights& model_weights, in SampleAdaptiveProbabilities()
321 const ModelWeights& weights, in Initialize()
388 const int num_sparse_features, const ModelWeights& weights, in CreateSparseFeatureRepresentation()
468 const int num_dense_features, const ModelWeights& weights, in CreateDenseFeatureRepresentation()
Dsdca_ops.cc65 using sdca::ModelWeights;
132 ModelWeights model_weights; in DoCompute()