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.cc973 const auto& context_dict = context.feature(); in Compute() local
991 const auto& feature_found = context_dict.find(key); in Compute()
993 ctx, (feature_found != context_dict.end()) || !required[d], in Compute()
996 if (feature_found != context_dict.end()) { in Compute()
1020 const auto& feature_found = context_dict.find(key); in Compute()
1022 (feature_found != context_dict.end() && in Compute()