Searched refs:mismatched_errors (Results 1 – 1 of 1) sorted by relevance
359 std::vector<string> mismatched_errors; in RestoreTensorsV2() local371 mismatched_errors.emplace_back(error_msg); in RestoreTensorsV2()374 if (!mismatched_errors.empty()) { in RestoreTensorsV2()375 const string error_msg = absl::StrJoin(mismatched_errors, "\n"); in RestoreTensorsV2()