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

Function SetLabel

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

Source from the content-addressed store, hash-verified

283// benchmark_min_time, etc).
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() {

Callers 15

BM_BiasGradFloatFunction · 0.85
BM_BiasGradHalfFunction · 0.85
PackRhsHelperFunction · 0.85
PackLhsHelperFunction · 0.85
BM_ConvFloatFunction · 0.85
BM_ConvFloatDepthwiseFunction · 0.85
BM_LRNFloatFunction · 0.85
BM_AvgPoolFunction · 0.85
BM_AvgPoolBkFunction · 0.85
BM_MaxPoolFunction · 0.85
BM_MaxPoolBkFunction · 0.85
BM_ReluFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected