MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RecordGraphOutputTensors

Function RecordGraphOutputTensors

tensorflow/core/common_runtime/metrics.cc:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void RecordGraphOutputTensors(const size_t size) {
113 graph_run_output_tensor_bytes->GetCell()->Add(size);
114}
115
116void UpdateGraphExecTime(const uint64 running_time_usecs) {
117 if (running_time_usecs > 0) {

Callers 4

RunMethod · 0.85
RunCallableMethod · 0.85
RecvOutputsMethod · 0.85
RecvOutputsAsyncMethod · 0.85

Calls 2

AddMethod · 0.45
GetCellMethod · 0.45

Tested by

no test coverage detected