Searched refs:sparse_weights (Results 1 - 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
H A Dembedding_ops.py50 sparse_weights=None,
79 sparse_weights: `SparseTensor` of same shape as `sparse_ids`, containing
112 dtype = sparse_weights.dtype if sparse_weights is not None else None
120 [sparse_weights])
124 sparse_weights]) as scope:
136 if sparse_weights is not None:
137 sparse_weights = sparse_tensor.SparseTensor(
139 sparse_weights.values, sparse_ids.dense_shape)
142 sparse_ids, sparse_weights
[all...]
H A Dembedding_ops_test.py78 sparse_weights = sparse_tensor_lib.SparseTensor(
83 return sparse_ids, sparse_weights
104 sparse_weights = sparse_tensor_lib.SparseTensor(
109 return sparse_ids, sparse_weights
114 sparse_ids, sparse_weights = self._ids_and_weights_2d()
117 embedding_weights, sparse_ids, sparse_weights).eval())
127 sparse_ids, sparse_weights = self._ids_and_weights_2d()
130 embedding_weights, sparse_ids, sparse_weights, default_id=3).eval())
169 sparse_ids, sparse_weights = self._ids_and_weights_2d()
179 embedding_weights, sparse_ids, sparse_weights)
[all...]
H A Dfeature_column_ops.py306 sparse_weights=embedding_lookup_arguments.weight_tensor,
354 sparse_weights=None,
H A Dfeature_column.py1283 sparse_weights=weight_tensor,
/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column.py1802 sparse_weights=weight_tensor,
2186 sparse_weights = sparse_tensors.weight_tensor
2208 sparse_weights=sparse_weights,
2255 sparse_weights = sparse_tensors.weight_tensor
2301 sparse_weights=sparse_weights,
2754 sparse_weights=None,
2783 sparse_weights: `SparseTensor` of same shape as `sparse_ids`, containing
2812 dtype = sparse_weights
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_ops_test.cc161 std::vector<NodeBuilder::NodeOut> sparse_weights; local
165 sparse_weights.push_back(NodeBuilder::NodeOut(n));
221 .Input(sparse_weights)
H A Dsdca_internal.cc95 context->input_list("sparse_weights", &sparse_weights_inputs));
160 const FeatureWeightsSparseStorage& sparse_weights = local
161 model_weights.sparse_weights()[j];
169 const float sparse_weight = sparse_weights.nominals(l, feature_index);
172 sparse_weights.deltas(l, feature_index) * num_loss_partitions;
H A Dsdca_internal.h300 const std::vector<FeatureWeightsSparseStorage>& sparse_weights() const { function in class:tensorflow::sdca::ModelWeights
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/
H A Dsdca_ops.py319 sparse_weights = []
328 sparse_weights.append(array_ops.gather(w, sparse_indices[-1]))
339 sparse_weights,

Completed in 373 milliseconds