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

Method resource_manager

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

Shared resources accessible to this kernel.

Source from the content-addressed store, hash-verified

1174
1175 // Shared resources accessible to this kernel.
1176 ResourceMgr* resource_manager() const { return params_->resource_manager; }
1177
1178 checkpoint::TensorSliceReaderCacheWrapper* slice_reader_cache() const {
1179 return params_->slice_reader_cache;

Callers 3

~ResourceOpKernelMethod · 0.45
LOCKS_EXCLUDEDMethod · 0.45
DeleteResourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected