Home
last modified time | relevance | path

Searched refs:AddHandleLocked (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h150 FunctionLibraryRuntime::Handle AddHandleLocked(
Dprocess_function_library_runtime.cc202 return AddHandleLocked(function_key, device_name, local_handle); in AddHandle()
205 FunctionLibraryRuntime::Handle ProcessFunctionLibraryRuntime::AddHandleLocked( in AddHandleLocked() function in tensorflow::ProcessFunctionLibraryRuntime
832 h = AddHandleLocked(function_key, options.target, kInvalidHandle); in Instantiate()