Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.cc37 : on_host_shape_(on_host_shape), in ShapedBuffer()
44 : on_host_shape_(std::move(s.on_host_shape_)), in ShapedBuffer()
56 on_host_shape_ = std::move(s.on_host_shape_); in operator =()
Dshaped_buffer.h62 const Shape& on_host_shape() const { return on_host_shape_; } in on_host_shape()
107 Shape on_host_shape_;
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h221 const xla::Shape on_host_shape_; variable
Dxrt_state.cc173 on_host_shape_(on_host_shape), in XRTTupleAllocation()
260 const xla::Shape& XRTTupleAllocation::on_host_shape() { return on_host_shape_; } in on_host_shape()