Home
last modified time | relevance | path

Searched refs:FindFunctionByName (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h134 bool FindFunctionByName(const string& name);
Dcontext.cc230 bool EagerContext::FindFunctionByName(const string& name) { in FindFunctionByName() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc159 if (is_function && !server_context->Context()->FindFunctionByName(name)) { in ExecuteOp()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc580 if (!ctx->context.FindFunctionByName(name)) { in TFE_NewOp()