Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dwals_solver_ops.cc160 const bool use_entry_weights = entry_weights_vec.size() > 0; in Compute() local
244 use_entry_weights ? 1.0 : input_weights_vec(input_index); in Compute()
260 use_entry_weights ? entry_weights_vec(i) in Compute()