Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc1072 const auto& feature_list_dict = feature_lists.feature_list(); in Compute() local
1080 const auto& feature_list_found = feature_list_dict.find(key); in Compute()
1082 (feature_list_found == feature_list_dict.end()); in Compute()
1126 const auto& feature_list_found = feature_list_dict.find(key); in Compute()
1128 (feature_list_found != feature_list_dict.end()); in Compute()