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.h770 output_bytes_(0), in TFMultiGraphNode()
783 output_bytes_ = 0; in SnapshotNodes()
810 output_bytes_ += node->output_bytes(step); in SnapshotNodes()
846 int64_t output_bytes() const { return output_bytes_; } in output_bytes()
897 int64_t output_bytes_; variable