Home
last modified time | relevance | path

Searched defs:on_host_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.cc34 ShapedBuffer::ShapedBuffer(const Shape& on_host_shape, in ShapedBuffer()
106 ScopedShapedBuffer::ScopedShapedBuffer(const Shape& on_host_shape, in ScopedShapedBuffer()
Dshaped_buffer.h62 const Shape& on_host_shape() const { return on_host_shape_; } in on_host_shape() function
Dtransfer_manager.cc310 const Shape& on_host_shape, DeviceMemoryAllocator* allocator, in AllocateScopedShapedBuffer()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_tensor.cc47 const xla::Shape& on_host_shape, in AllocateShapedBuffer()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc169 const xla::Shape& on_host_shape, in XRTTupleAllocation()
260 const xla::Shape& XRTTupleAllocation::on_host_shape() { return on_host_shape_; } in on_host_shape() function in tensorflow::XRTTupleAllocation