Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops.py262 self._row_weights = WALSModel._create_weights(
265 self._col_weights = WALSModel._create_weights(
276 self._row_weights = WALSModel._create_weights(
278 self._col_weights = WALSModel._create_weights(
369 def _create_weights(cls, wt_init, num_wts, num_shards, name): member in WALSModel