Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc58 std::vector<string> sparse_keys_t(attrs_.num_sparse); in Compute() local
69 sparse_keys_t[di] = sparse_keys[di].scalar<string>()(); in Compute()
132 config.sparse.push_back({sparse_keys_t[d], attrs_.sparse_types[d]}); in Compute()