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

Method stats_collector

tensorflow/core/framework/op_kernel.h:1171–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169 return params_->runner;
1170 }
1171 StepStatsCollectorInterface* stats_collector() const {
1172 return params_->stats_collector;
1173 }
1174
1175 // Shared resources accessible to this kernel.
1176 ResourceMgr* resource_manager() const { return params_->resource_manager; }

Callers 6

ComputeAsyncMethod · 0.80
RunFunctionMethod · 0.80
SetRunOptionsFunction · 0.80
ProcessFuncBatchMethod · 0.80
ComputeAsyncMethod · 0.80
SetRunOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected