Home
last modified time | relevance | path

Searched defs:RunSync (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc249 Status FunctionLibraryRuntimeOverlay::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeOverlay
255 Status FunctionLibraryRuntimeOverlay::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeOverlay
1307 Status FunctionLibraryRuntimeImpl::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeImpl
1327 Status FunctionLibraryRuntimeImpl::RunSync(Options opts, Handle handle, in RunSync() function in tensorflow::FunctionLibraryRuntimeImpl
Dprocess_function_library_runtime.cc1903 Status ProcessFunctionLibraryRuntime::RunSync( in RunSync() function in tensorflow::ProcessFunctionLibraryRuntime
1941 Status ProcessFunctionLibraryRuntime::RunSync( in RunSync() function in tensorflow::ProcessFunctionLibraryRuntime
/external/libbrillo/brillo/minijail/
Dminijail.cc87 bool Minijail::RunSync(struct minijail* jail, vector<char*> args, int* status) { in RunSync() function in brillo::Minijail