Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc617 const auto& context_dict = context.feature(); in Compute() local
635 const auto& feature_found = context_dict.find(key); in Compute()
637 ctx, (feature_found != context_dict.end()) || !required[d], in Compute()
640 if (feature_found != context_dict.end()) { in Compute()
664 const auto& feature_found = context_dict.find(key); in Compute()
666 (feature_found != context_dict.end() && in Compute()