Home
last modified time | relevance | path

Searched refs:AddFunctionDefWithStackTraces (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h125 virtual Status AddFunctionDefWithStackTraces(
Dc_api.cc926 status->status = tensorflow::unwrap(ctx)->AddFunctionDefWithStackTraces( in TFE_ContextAddFunction()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h158 tensorflow::Status AddFunctionDefWithStackTraces(
Dc_api_tfrt.cc1094 tensorflow::Status ContextInterface::AddFunctionDefWithStackTraces( in AddFunctionDefWithStackTraces() function in tfrt::tf::ContextInterface
1097 return GetEagerContext()->AddFunctionDefWithStackTraces(fdef, stack_traces); in AddFunctionDefWithStackTraces()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h235 Status AddFunctionDefWithStackTraces(
Dcontext.cc918 Status EagerContext::AddFunctionDefWithStackTraces( in AddFunctionDefWithStackTraces() function in tensorflow::EagerContext