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

Function RecordGraphInputTensors

tensorflow/core/common_runtime/metrics.cc:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void RecordGraphInputTensors(const size_t size) {
109 graph_run_input_tensor_bytes->GetCell()->Add(size);
110}
111
112void RecordGraphOutputTensors(const size_t size) {
113 graph_run_output_tensor_bytes->GetCell()->Add(size);

Callers 4

RunMethod · 0.85
RunCallableMethod · 0.85
SendInputsMethod · 0.85
ExecuteAsyncMethod · 0.85

Calls 2

AddMethod · 0.45
GetCellMethod · 0.45

Tested by

no test coverage detected