Home
last modified time | relevance | path

Searched refs:OnDeviceSizeInBytes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.h71 int64 OnDeviceSizeInBytes() { return buffer_->OnDeviceSizeInBytes(); } in OnDeviceSizeInBytes() function
Dpy_client.cc275 buffer->buffer()->OnDeviceSizeInBytes(), in HeapProfile()
Dxla.cc307 .def("on_device_size_in_bytes", &PyBuffer::OnDeviceSizeInBytes) in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h283 virtual int64 OnDeviceSizeInBytes() const = 0;
Dpjrt_stream_executor_client.h479 int64 OnDeviceSizeInBytes() const override;
Dpjrt_stream_executor_client.cc1017 int64 PjRtStreamExecutorBuffer::OnDeviceSizeInBytes() const { in OnDeviceSizeInBytes() function in xla::PjRtStreamExecutorBuffer