Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dwals_solver_ops.cc75 const Tensor& unobserved_weights = context->input(2); in Compute() local
88 context, TensorShapeUtils::IsScalar(unobserved_weights.shape()), in Compute()
128 const float w_0 = unobserved_weights.scalar<float>()(); in Compute()