Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc683 FunctionLibraryRuntime::LocalHandle handle_on_device = in Instantiate() local
685 if (handle_on_device == kInvalidLocalHandle) { in Instantiate()
689 auto item_handle = items_.find(handle_on_device); in Instantiate()
691 return errors::Internal("LocalHandle ", handle_on_device, in Instantiate()