Searched refs:feature_found (Results 1 – 2 of 2) sorted by relevance
232 const auto& feature_found = feature_dict.find(key); in SingleExampleProtoToTensors() local234 (feature_found != feature_dict.end() && in SingleExampleProtoToTensors()235 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); in SingleExampleProtoToTensors()246 const Feature& f = feature_found->second; in SingleExampleProtoToTensors()271 const auto& feature_found = feature_dict.find(key); in SingleExampleProtoToTensors() local274 (feature_found != feature_dict.end() && in SingleExampleProtoToTensors()275 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); in SingleExampleProtoToTensors()278 const Feature& f = feature_found->second; in SingleExampleProtoToTensors()
635 const auto& feature_found = context_dict.find(key); in Compute() local637 ctx, (feature_found != context_dict.end()) || !required[d], in Compute()640 if (feature_found != context_dict.end()) { in Compute()641 const Feature& f = feature_found->second; in Compute()664 const auto& feature_found = context_dict.find(key); in Compute() local666 (feature_found != context_dict.end() && in Compute()667 (feature_found->second.kind_case() != Feature::KIND_NOT_SET)); in Compute()670 const Feature& f = feature_found->second; in Compute()