Home
last modified time | relevance | path

Searched defs:host_tensor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dliteral_util.cc25 Status HostTensorToBorrowingLiteral(const Tensor& host_tensor, in HostTensorToBorrowingLiteral()
34 const Tensor& host_tensor, in HostTensorToBorrowingLiteral()
46 StatusOr<xla::Literal> HostTensorToLiteral(const Tensor& host_tensor) { in HostTensorToLiteral()
53 Tensor* host_tensor, xla::MutableBorrowingLiteral* literal) { in HostTensorToMutableBorrowingLiteral()
61 const xla::Shape& xla_shape, Tensor* host_tensor, in HostTensorToMutableBorrowingLiteral()
90 Tensor* host_tensor) { in CopyLiteralToHostTensor()
113 DataType target_type, Tensor* host_tensor) { in LiteralToHostTensor()
H A Dliteral_util_test.cc32 Tensor host_tensor; in TEST() local
58 Tensor host_tensor; in TYPED_TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtensor_util.cc180 const auto& host_tensor = tensor_handle.GetAsyncTensor()->get<HostTensor>(); in CreateTFTensorFromTensorHandle() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DCopy.cu377 const auto& host_tensor = (dst_device == kCPU ? dst_tensor : src_tensor); in copy_kernel_cuda() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/graph_executor/
H A Dgraph_executor.cc255 const auto& host_tensor = result->get<FallbackTensor>().tensor(); in GraphExecutionRunOnFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc942 Tensor* host_tensor) { in CopyTensorToHost()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc590 Tensor host_tensor(gpu_tensor.dtype(), gpu_tensor.shape()); in CopyGpuTensorToHostDebugOnly() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc2475 Tensor host_tensor(dtype, {3}); in TestFeedAndFetchTensorsInDeviceMemory() local