Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_tensor.h51 Status AllocateShapedBuffer(DataType dtype, const xla::Shape& on_host_shape,
Dxla_tensor.cc42 Status XlaTensor::AllocateShapedBuffer(DataType dtype, in AllocateShapedBuffer() function in tensorflow::XlaTensor
Dxla_device_context.cc146 xla_tensor->AllocateShapedBuffer(device_tensor->dtype(), shape, client_, in CopyCPUTensorToDevice()
Dxla_tpu_device.cc204 TF_RETURN_IF_ERROR(xla_output->AllocateShapedBuffer( in TpuDeviceToDeviceCopy()