Searched defs:any_list (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dsignature.cc53 if (it == collection_def.end() || it->second.any_list().value_size() != 1) {
58 const auto& any = it->second.any_list().value(0);
65 auto* any_list = collection_def[kSignaturesKey].mutable_any_list(); local
66 any_list->mutable_value()->Clear();
69 any_list->mutable_value()->Add()->mutable_value());
71 any_list->mutable_value()->Add()->PackFrom(signatures);

Completed in 139 milliseconds