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

Function ItemsProcessed

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

Source from the content-addressed store, hash-verified

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();
290}

Callers 15

BM_FloatToBFloat16Function · 0.85
BM_RoundFloatToBFloat16Function · 0.85
BM_BFloat16ToFloatFunction · 0.85
TFRunBenchSimpleFunction · 0.85
CudaGraphJitRunBenchDLRMFunction · 0.85
TFRunBenchDLRMFunction · 0.85
BM_ManyConsts_ParallelFunction · 0.85
BM_ManyConsts_SequentialFunction · 0.85
BM_SendFunction · 0.85
BM_RecvFunction · 0.85
BM_MulChainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected