Home
last modified time | relevance | path

Searched refs:col_weights (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops_test.py119 col_weights = [[90., 91., 92., 93., 94.]]
136 col_weights=col_weights,
180 col_weights=self.col_wts,
349 col_weights=self.col_wts,
517 col_weights=None,
538 col_weights=0,
595 col_weights=None,
607 col_weights=[0] * 7,
688 col_weights=None,
718 col_weights=[0] * cols,
[all …]
Dfactorization_ops_test_utils.py99 w0=1., row_weights=None, col_weights=None): argument
120 wc = (array_ops.expand_dims(col_weights, 0) if col_weights is not None
Dfactorization_ops.py198 col_weights=1, argument
256 assert (row_weights is None) == (col_weights is None)
266 col_weights, self._input_cols, self._num_col_shards, "col_weights")
279 col_weights, self._input_cols, self._num_col_shards, "col_weights")
314 def col_weights(self): member in WALSModel
936 col_weights = embedding_ops.embedding_lookup(
941 col_weights,
984 col_weights, 0))
Dwals.py175 col_weights=params["col_weights"],
470 col_weights=1, argument
552 col_weights,
Dwals_test.py253 col_weights=self._col_weights,
/external/tensorflow/tensorflow/core/kernels/
Dscale_and_translate_op.cc364 typename TTypes<float, 1>::ConstTensor col_weights( in Compute() local
369 row_weights, col_spans.span_size, col_starts, col_weights, image_data, in Compute()
469 typename TTypes<float, 1>::ConstTensor col_weights( in Compute() local
474 row_weights, col_spans.span_size, col_starts, col_weights, input_grad, in Compute()
561 typename TTypes<float, 1>::ConstTensor col_weights, in operator ()()
587 GatherColumns(col_span_size, col_starts.data(), col_weights.data(), in operator ()()
Dscale_and_translate_op.h66 typename TTypes<float, 1>::ConstTensor col_weights,
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_test.py1162 _, col_weights, _ = (
1170 for weight in col_weights.values():
1182 saved_col_weights = col_weights[crossed_col][0].eval()
1197 _, col_weights, _ = (
1202 col_weights_from_ckpt = col_weights[crossed_col_initialized][0]