Home
last modified time | relevance | path

Searched refs:FindFunctionOpData (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h136 Status FindFunctionOpData(const string& name,
Dcontext.cc235 Status EagerContext::FindFunctionOpData( in FindFunctionOpData() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc52 status = context->FindFunctionOpData(op_name, &op_reg_data); in GetNumRetvals()