Searched refs:mismatched_errors (Results 1 – 1 of 1) sorted by relevance
340 std::vector<string> mismatched_errors; in RestoreTensorsV2() local352 mismatched_errors.emplace_back(error_msg); in RestoreTensorsV2()355 if (!mismatched_errors.empty()) { in RestoreTensorsV2()356 const string error_msg = str_util::Join(mismatched_errors, "\n"); in RestoreTensorsV2()