Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.h201 Status MaybeCopyTensorToGPU(const AllocatorAttributes& alloc_attrs,
H A Dgpu_device.cc772 Status BaseGPUDevice::MaybeCopyTensorToGPU( in MaybeCopyTensorToGPU() function in tensorflow::BaseGPUDevice
854 return MaybeCopyTensorToGPU(alloc_attrs, from, to, in MakeTensorFromProto()
881 TF_RETURN_IF_ERROR(MaybeCopyTensorToGPU(alloc_attrs, parsed, tensor, in MakeTensorFromProto()