Searched refs:ExecutorArgsFromOptions (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 451 void ExecutorArgsFromOptions(const FunctionLibraryRuntime::Options& run_opts, 978 void FunctionLibraryRuntimeImpl::ExecutorArgsFromOptions( in ExecutorArgsFromOptions() function in tensorflow::FunctionLibraryRuntimeImpl 1022 ExecutorArgsFromOptions(opts, frame, exec_args); in RunRemote() 1154 ExecutorArgsFromOptions(run_opts, frame, &exec_args); in Run() 1226 ExecutorArgsFromOptions(run_opts, frame, &exec_args); in Run() 1284 ExecutorArgsFromOptions(opts, &frame, &exec_args); in RunSync() 1300 ExecutorArgsFromOptions(opts, call_frame, &exec_args); in RunSync()
|