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