HomeSort by relevance Sort by last modified time
    Searched full:model_weights (Results 1 - 6 of 6) 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.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,
sdca_internal.h 136 const int num_loss_partitions, const ModelWeights& model_weights,
335 const ModelWeights& model_weights,
  /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...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
models.py 137 model_weights_group = f.create_group('model_weights')
252 topology.load_weights_from_hdf5_group(f['model_weights'], model.layers)
679 if 'layer_names' not in f.attrs and 'model_weights' in f:
680 f = f['model_weights']
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
topology.py     [all...]

Completed in 101 milliseconds