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

Method SchedClosureAfter

tensorflow/core/platform/env.h:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 target_->SchedClosure(closure);
383 }
384 void SchedClosureAfter(int64 micros, std::function<void()> closure) override {
385 target_->SchedClosureAfter(micros, closure);
386 }
387 Status LoadLibrary(const char* library_filename, void** handle) override {
388 return target_->LoadLibrary(library_filename, handle);
389 }

Callers 3

ComputeAsyncMethod · 0.45
AddBatchMethod · 0.45

Calls

no outgoing calls

Tested by 1

ComputeAsyncMethod · 0.36