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.cc716 const auto& feature_list_dict = feature_lists.feature_list(); in Compute() local
724 const auto& feature_list_found = feature_list_dict.find(key); in Compute()
726 (feature_list_found == feature_list_dict.end()); in Compute()
770 const auto& feature_list_found = feature_list_dict.find(key); in Compute()
772 (feature_list_found != feature_list_dict.end()); in Compute()