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

Method LoadLibrary

tensorflow/core/platform/env.h:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 target_->SchedClosureAfter(micros, closure);
386 }
387 Status LoadLibrary(const char* library_filename, void** handle) override {
388 return target_->LoadLibrary(library_filename, handle);
389 }
390 Status GetSymbolFromLibrary(void* handle, const char* symbol_name,
391 void** symbol) override {
392 return target_->GetSymbolFromLibrary(handle, symbol_name, symbol);

Callers 9

demo.pyFile · 0.45
__init__Method · 0.45
__init__Method · 0.45
GetDsoHandleFunction · 0.45
__init__Method · 0.45
setUpMethod · 0.45
LoadLibraryFunction · 0.45

Calls

no outgoing calls

Tested by 3

__init__Method · 0.36
__init__Method · 0.36
setUpMethod · 0.36