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

Function BytesProcessed

tensorflow/core/platform/default/test_benchmark.cc:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284void RunBenchmarks() { Benchmark::Run("all"); }
285void SetLabel(const std::string& l) { label = l; }
286void BytesProcessed(int64 n) { bytes_processed = n; }
287void ItemsProcessed(int64 n) { items_processed = n; }
288void StartTiming() {
289 if (start_time == 0) start_time = env->NowMicros();

Callers 15

BM_ParallelFusionFunction · 0.85
DOT_ReorderContractingFunction · 0.85
BM_FloatToBFloat16Function · 0.85
BM_RoundFloatToBFloat16Function · 0.85
BM_BFloat16ToFloatFunction · 0.85
BM_WriteStringFunction · 0.85
BM_ReadStringFunction · 0.85
BM_CRCFunction · 0.85
BM_Hash32Function · 0.85
BM_Hash64Function · 0.85
BM_Hash64FarmFunction · 0.85
BM_Hash64BatchX4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected