Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dwals_solver_ops.cc210 std::unordered_map<size_t, Eigen::MatrixXf> factor_batch_map; in Compute() local
226 const auto key_count = factor_batch_map.count(id_hash); in Compute()
230 factor_batch_map.emplace( in Compute()
236 auto& factor_batch = factor_batch_map[id_hash]; in Compute()