Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h771 output_bytes_(0), in TFMultiGraphNode()
784 output_bytes_ = 0; in SnapshotNodes()
811 output_bytes_ += node->output_bytes(step); in SnapshotNodes()
847 int64 output_bytes() const { return output_bytes_; } in output_bytes()
898 int64 output_bytes_; variable