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

Function RecordTFDataAutotune

tensorflow/core/common_runtime/metrics.cc:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90} // namespace
91
92void RecordTFDataAutotune(const string& name) {
93 tf_data_autotune_counter->GetCell(name)->IncrementBy(1);
94}
95
96void RecordTFDataBytesRead(const string& name, int64 num_bytes) {
97 tf_data_bytes_read_counter->GetCell(name)->IncrementBy(num_bytes);

Callers 4

MakeDatasetMethod · 0.85
MakeDatasetMethod · 0.85
MakeDatasetMethod · 0.85
MakeDatasetMethod · 0.85

Calls 2

IncrementByMethod · 0.45
GetCellMethod · 0.45

Tested by

no test coverage detected