Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h768 peak_bytes_(0), in TFMultiGraphNode()
781 peak_bytes_ = 0; in SnapshotNodes()
808 peak_bytes_ += node->peak_bytes(step); in SnapshotNodes()
844 int64_t peak_bytes() const { return peak_bytes_; } in peak_bytes()
895 int64_t peak_bytes_; variable