Home
last modified time | relevance | path

Searched refs:to_update (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/clap/src/args/
Darg_matcher.rs127 let to_update = if let Some(parent_ma) = vals_map.get(global_arg) { in fill_in_global_values() localVariable
136 vals_map.insert(global_arg, to_update); in fill_in_global_values()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc1172 std::vector<ShapeAndType>* to_update) { in MergeHandleShapesAndTypes() argument
1173 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() argument
1233 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()
Dshape_inference.h713 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;
718 std::vector<ShapeAndType>* to_update) TF_MUST_USE_RESULT;
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1138 BufferIdList& to_update) { in AddRematerializedInstruction() argument
1139 std::replace(to_update.begin(), to_update.end(), old_buffer_id, in AddRematerializedInstruction()