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

Method Get

tensorflow/core/framework/run_handler.cc:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762RunHandlerPool::~RunHandlerPool() {}
763
764std::unique_ptr<RunHandler> RunHandlerPool::Get(int64 step_id) {
765 return impl_->Get(step_id);
766}
767
768RunHandler::RunHandler(Impl* impl) : impl_(impl) {}
769

Callers 4

TESTFunction · 0.45
ComputeArgSignatureFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36