Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_tensor.h53 Status AllocateShapedBuffer(DataType dtype, const xla::Shape& on_host_shape,
Dxla_tensor.cc46 Status XlaTensor::AllocateShapedBuffer(DataType dtype, in AllocateShapedBuffer() function in tensorflow::XlaTensor
Dxla_device_context.cc138 xla_tensor->AllocateShapedBuffer(device_tensor->dtype(), shape, client_, in CopyCPUTensorToDevice()