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

Method FindFunctionByName

tensorflow/core/common_runtime/eager/context.cc:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320bool EagerContext::FindFunctionByName(const string& name) {
321 return func_lib_def_.Find(name) != nullptr;
322}
323
324Status EagerContext::FindFunctionOpData(
325 const string& name, const tensorflow::OpRegistrationData** op_data) {

Callers 2

ExecuteOpMethod · 0.80
TFE_NewOpFunction · 0.80

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected