Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc225 const auto& feature_dict = features.feature(); in SingleExampleProtoToTensors() local
235 const auto& feature_found = feature_dict.find(key); in SingleExampleProtoToTensors()
237 (feature_found != feature_dict.end() && in SingleExampleProtoToTensors()
274 const auto& feature_found = feature_dict.find(key); in SingleExampleProtoToTensors()
277 (feature_found != feature_dict.end() && in SingleExampleProtoToTensors()