Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc230 Status GetDeviceForInput(const EagerContext& ctx, TensorHandle* tensor_handle, in GetDeviceForInput() function
400 TF_RETURN_IF_ERROR(GetDeviceForInput(ctx, input, &input_device)); in EagerLocalExecute()