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

Function RecordTFDataOptimization

tensorflow/core/common_runtime/metrics.cc:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void RecordTFDataOptimization(const string& name, int64 num_changes) {
105 tf_data_optimization_counter->GetCell(name)->IncrementBy(num_changes);
106}
107
108void RecordGraphInputTensors(const size_t size) {
109 graph_run_input_tensor_bytes->GetCell()->Add(size);

Callers 1

OptimizeMethod · 0.85

Calls 2

IncrementByMethod · 0.45
GetCellMethod · 0.45

Tested by

no test coverage detected