Searched refs:to_update (Results 1 – 2 of 2) sorted by relevance
1137 std::vector<ShapeAndType>* to_update) { in MergeHandleShapesAndTypes() argument1138 if (shapes_and_types.size() != to_update->size()) { in MergeHandleShapesAndTypes()1144 const ShapeAndType& existing = (*to_update)[i]; in MergeHandleShapesAndTypes()1168 (*to_update)[i] = new_values[i]; in MergeHandleShapesAndTypes()1197 std::vector<ShapeAndType>* to_update) { in RelaxHandleShapesAndMergeTypes() argument1198 if (shapes_and_types.size() != to_update->size()) { in RelaxHandleShapesAndMergeTypes()1203 const ShapeAndType& existing = (*to_update)[i]; in RelaxHandleShapesAndMergeTypes()1215 to_update->swap(new_values); in RelaxHandleShapesAndMergeTypes()
688 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;693 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;