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

  /external/tensorflow/tensorflow/core/kernels/
sdca_ops.cc 124 ModelWeights model_weights; local
125 OP_REQUIRES_OK(context, model_weights.Initialize(context));
130 examples.Initialize(context, model_weights, options.num_sparse_features,
154 model_weights, example_state_data, options.loss_updater,
186 options.num_loss_partitions, model_weights,
197 model_weights.UpdateDeltaWeights(
sdca_internal.h 136 const int num_loss_partitions, const ModelWeights& model_weights,
335 const ModelWeights& model_weights,
sdca_internal.cc 149 const int num_loss_partitions, const ModelWeights& model_weights,
161 model_weights.sparse_weights()[j];
185 model_weights.dense_weights()[j];
231 const ModelWeights& model_weights,
248 model_weights, regularization,
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_testing_utils.py 101 model_weights = {}
105 model_weights[HIDDEN_WEIGHTS_NAME_PATTERN % i] = weights[i]
106 model_weights[HIDDEN_BIASES_NAME_PATTERN % i] = biases[i]
109 model_weights[LOGITS_WEIGHTS_NAME] = weights[-1]
110 model_weights[LOGITS_BIASES_NAME] = biases[-1]
114 for k, v in six.iteritems(model_weights):
    [all...]

Completed in 95 milliseconds