Searched refs:to_update (Results 1 – 2 of 2) sorted by relevance
1197 std::vector<ShapeAndType>* to_update) { in MergeHandleShapesAndTypes() argument1198 if (shapes_and_types.size() != to_update->size()) { in MergeHandleShapesAndTypes()1204 const ShapeAndType& existing = (*to_update)[i]; in MergeHandleShapesAndTypes()1228 (*to_update)[i] = new_values[i]; in MergeHandleShapesAndTypes()1257 std::vector<ShapeAndType>* to_update) { in RelaxHandleShapesAndMergeTypes() argument1258 if (shapes_and_types.size() != to_update->size()) { in RelaxHandleShapesAndMergeTypes()1263 const ShapeAndType& existing = (*to_update)[i]; in RelaxHandleShapesAndMergeTypes()1275 to_update->swap(new_values); in RelaxHandleShapesAndMergeTypes()
728 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;733 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;