Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc459 std::vector<string> context_sparse_keys_t(attrs_.num_context_sparse); in Compute() local
485 context_sparse_keys_t[di] = context_sparse_keys[di].scalar<string>()(); in Compute()
661 const string& key = context_sparse_keys_t[d]; in Compute()