Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc407 int64 max_num_snapshots, in SampleSnapshots() argument
410 if (snapshots->size() <= max_num_snapshots) return; in SampleSnapshots()
421 if (allocation_snapshot_indices.size() >= max_num_snapshots) break; in SampleSnapshots()
426 max_num_snapshots - allocation_snapshot_indices.size(); in SampleSnapshots()
479 void ProcessMemoryProfileProto(int64 max_num_snapshots, in ProcessMemoryProfileProto() argument
512 SampleSnapshots(max_num_snapshots, snapshots, in ProcessMemoryProfileProto()
537 int64 max_num_snapshots) { in ConvertXPlaneToMemoryProfile() argument
539 ProcessMemoryProfileProto(max_num_snapshots, &memory_profile); in ConvertXPlaneToMemoryProfile()
Dxplane_to_memory_profile.h31 int64 max_num_snapshots = 1000);