Home
last modified time | relevance | path

Searched refs:new_snapshots (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc469 protobuf::RepeatedPtrField<MemoryProfileSnapshot> new_snapshots; in SampleSnapshots() local
470 new_snapshots.Reserve(samples.size()); in SampleSnapshots()
472 *new_snapshots.Add() = std::move(*sample.snapshot); in SampleSnapshots()
474 *snapshots = std::move(new_snapshots); in SampleSnapshots()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc441 auto new_snapshots = std::move(maybe_snapshot).ValueOrDie(); in RealMain() local
443 std::make_move_iterator(new_snapshots.begin()), in RealMain()
444 std::make_move_iterator(new_snapshots.end())); in RealMain()