Searched refs:to_update (Results 1 – 4 of 4) sorted by relevance
127 let to_update = if let Some(parent_ma) = vals_map.get(global_arg) { in fill_in_global_values() localVariable136 vals_map.insert(global_arg, to_update); in fill_in_global_values()
1172 std::vector<ShapeAndType>* to_update) { in MergeHandleShapesAndTypes() argument1173 if (shapes_and_types.size() != to_update->size()) { in MergeHandleShapesAndTypes()1179 const ShapeAndType& existing = (*to_update)[i]; in MergeHandleShapesAndTypes()1203 (*to_update)[i] = new_values[i]; in MergeHandleShapesAndTypes()1232 std::vector<ShapeAndType>* to_update) { in RelaxHandleShapesAndMergeTypes() argument1233 if (shapes_and_types.size() != to_update->size()) { in RelaxHandleShapesAndMergeTypes()1238 const ShapeAndType& existing = (*to_update)[i]; in RelaxHandleShapesAndMergeTypes()1250 to_update->swap(new_values); in RelaxHandleShapesAndMergeTypes()
713 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;718 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;
1138 BufferIdList& to_update) { in AddRematerializedInstruction() argument1139 std::replace(to_update.begin(), to_update.end(), old_buffer_id, in AddRematerializedInstruction()