Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc72 Status AllocateScopedShapedBuffer( in AllocateScopedShapedBuffer() function
175 TF_RETURN_IF_ERROR(AllocateScopedShapedBuffer(memory_manager, backend, in CreateAndTransfer()
202 TF_RETURN_IF_ERROR(AllocateScopedShapedBuffer( in CreateUninitialized()
308 AllocateScopedShapedBuffer(memory_manager, backend, device_ordinal(), in SwapIn()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable_base.cc130 transfer_manager->AllocateScopedShapedBuffer( in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc146 transfer_manager->AllocateScopedShapedBuffer( in ExecuteAndFetchProfile()
153 transfer_manager->AllocateScopedShapedBuffer( in ExecuteAndFetchProfile()
Dbuffer_donation_test.cc101 backend_->transfer_manager()->AllocateScopedShapedBuffer( in RunAndCheck()
Dtransfer_manager_test.cc57 ->AllocateScopedShapedBuffer( in AllocateDeviceBuffer()
Ddynamic_ops_test.cc787 ->AllocateScopedShapedBuffer(start_indices_shape, &allocator, in BM_DynamicSlice()
Dlocal_client_execute_test.cc968 ->AllocateScopedShapedBuffer(shape, &allocator, /*device_ordinal=*/0) in BM_LocalClientOverhead()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc406 backend().transfer_manager()->AllocateScopedShapedBuffer( in LiteralToShapedBuffer()
453 backend().transfer_manager()->AllocateScopedShapedBuffer( in TransferToLocalServer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.h249 StatusOr<ScopedShapedBuffer> AllocateScopedShapedBuffer(
Dhlo_runner.cc51 backend().transfer_manager()->AllocateScopedShapedBuffer( in TransferLiteralToDevice()
240 backend().transfer_manager()->AllocateScopedShapedBuffer( in ExecuteReplicatedImpl()
Dtransfer_manager.cc387 StatusOr<ScopedShapedBuffer> TransferManager::AllocateScopedShapedBuffer( in AllocateScopedShapedBuffer() function in xla::TransferManager
Dservice.cc968 execute_backend_->transfer_manager()->AllocateScopedShapedBuffer( in TransferToServer()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc324 transfer_manager->AllocateScopedShapedBuffer( in BuildComputationInputs()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc376 transfer_manager->AllocateScopedShapedBuffer( in AllocateDestinationBuffer()