Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/gpu/
H A Dconversion_function.cc177 auto expected_gpu_tensor = in ConvertRuntimeFallbackTensorToDenseGpuTensor() local
181 if (!expected_gpu_tensor) { in ConvertRuntimeFallbackTensorToDenseGpuTensor()
182 return EmitErrorAsync(exec_ctx, expected_gpu_tensor.takeError()); in ConvertRuntimeFallbackTensorToDenseGpuTensor()
185 exec_ctx.host(), std::move(expected_gpu_tensor.get())); in ConvertRuntimeFallbackTensorToDenseGpuTensor()